#CBF24D

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

Shades of Conifer #CBF24D

Tints of Conifer #CBF24D

Color information

#CBF24D (or 0xCBF24D) is unknown color: approx Conifer. HEX triplet: CB, F2 and 4D. RGB value is (203,242,77). Sum of RGB (Red+Green+Blue) = 203+242+77=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF24D is #340DB2. Grayscale: #D4D4D4. Windows color (decimal): -3411379 or 5108427. OLE color: 5108427.

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

Color convert

RGB20324277-
CMYK0.1600.680.05
HSL74.18º86.39%62.55%-
HSV(B)74.18º68.18%94.9%-
XYZ57.7276.7418.79-
YUV211.5352.08121.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 242 (94.92% from 255) = 46.36%
BLUE value IS 77 (30.47% from 255) = 14.75%
R=38.89%
G=46.36%
B=14.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal203242770.1600.680.0574.1886.3962.55
HexCBF24D1004454a563f
Octal313362115200104511212677
Binary11001011111100101001101100000100010010110010101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF24D; }

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

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

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

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

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

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

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

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