#cbf24f

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

Shades of Conifer #CBF24F

Tints of Conifer #CBF24F

Color information

#CBF24F (or 0xCBF24F) is unknown color: approx Conifer. HEX triplet: CB, F2 and 4F. RGB value is (203,242,79). Sum of RGB (Red+Green+Blue) = 203+242+79=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF24F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF24F is #340DB0. Grayscale: #D4D4D4. Windows color (decimal): -3411377 or 5239499. OLE color: 5239499.

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

Color convert

RGB20324279-
CMYK0.1600.670.05
HSL74.36º86.24%62.94%-
HSV(B)74.36º67.36%94.9%-
XYZ57.7976.7719.17-
YUV211.7653.08121.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 242 (94.92% from 255) = 46.18%
BLUE value IS 79 (31.25% from 255) = 15.08%
R=38.74%
G=46.18%
B=15.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal203242790.1600.670.0574.3686.2462.94
HexCBF24F1004354a563f
Octal313362117200103511212677
Binary11001011111100101001111100000100001110110010101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbf24f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbf24f; }

 p { color: rgb(203,242,79); }

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

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

 a { background-color: rgb(203,242,79); }

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

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

 span { border-color: rgb(203,242,79); }

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