#b3f152

Color #B3F152 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B3F152

Tints of Conifer #B3F152

Color information

#B3F152 (or 0xB3F152) is unknown color: approx Conifer. HEX triplet: B3, F1 and 52. RGB value is (179,241,82). Sum of RGB (Red+Green+Blue) = 179+241+82=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F152 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F152 is #4C0EAD. Grayscale: #CCCCCC. Windows color (decimal): -4984494 or 5435827. OLE color: 5435827.

HSL color Cylindrical-coordinate representation of color #B3F152: hue angle of 83.4º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3F152 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB17924182-
CMYK0.2600.660.05
HSL83.4º85.03%63.33%-
HSV(B)83.4º65.98%94.51%-
XYZ51.5773.119.38-
YUV204.3458.96109.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 241 (94.53% from 255) = 48.01%
BLUE value IS 82 (32.42% from 255) = 16.33%
R=35.66%
G=48.01%
B=16.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal179241820.2600.660.0583.485.0363.33
HexB3F1521A042553553f
Octal263361122320102512312577
Binary10110011111100011010010110100100001010110100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3f152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3f152; }

 p { color: rgb(179,241,82); }

 H1.HeaderClassName
 {
   color: #b3f152;
 }
 .AnyTagClassName
 {
   color: #b3f152;
 }
</style>
background-color css

<style>
 a { background-color: #b3f152; }

 a { background-color: rgb(179,241,82); }

 div.DivClassName
 {
   background-color: #b3f152;
 }
 .BgClassName
 {
   background-color: #b3f152;
 }
</style>
border-color css

<style>
 span { border-color: #b3f152; }

 span { border-color: rgb(179,241,82); }

 td.TdClassName
 {
   border-color: #b3f152;
 }
 .TagClassName
 {
   border-color: #b3f152;
 }
</style>