#b5f24c

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

Shades of Conifer #B5F24C

Tints of Conifer #B5F24C

Color information

#B5F24C (or 0xB5F24C) is unknown color: approx Conifer. HEX triplet: B5, F2 and 4C. RGB value is (181,242,76). Sum of RGB (Red+Green+Blue) = 181+242+76=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F24C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F24C is #4A0DB3. Grayscale: #CDCDCD. Windows color (decimal): -4853172 or 5042869. OLE color: 5042869.

HSL color Cylindrical-coordinate representation of color #B5F24C: hue angle of 82.05º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5F24C is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB18124276-
CMYK0.2500.690.05
HSL82.05º86.46%62.35%-
HSV(B)82.05º68.6%94.9%-
XYZ52.1173.8518.35-
YUV204.8455.29111-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 242 (94.92% from 255) = 48.50%
BLUE value IS 76 (30.08% from 255) = 15.23%
R=36.27%
G=48.50%
B=15.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181242760.2500.690.0582.0586.4662.35
HexB5F24C19045552563e
Octal265362114310105512212676
Binary10110101111100101001100110010100010110110100101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5f24c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5f24c; }

 p { color: rgb(181,242,76); }

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

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

 a { background-color: rgb(181,242,76); }

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

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

 span { border-color: rgb(181,242,76); }

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