#CCF24F

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

Shades of Conifer #CCF24F

Tints of Conifer #CCF24F

Color information

#CCF24F (or 0xCCF24F) is unknown color: approx Conifer. HEX triplet: CC, F2 and 4F. RGB value is (204,242,79). Sum of RGB (Red+Green+Blue) = 204+242+79=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF24F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF24F is #330DB0. Grayscale: #D4D4D4. Windows color (decimal): -3345841 or 5239500. OLE color: 5239500.

HSL color Cylindrical-coordinate representation of color #CCF24F: hue angle of 73.99º 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 #CCF24F is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB20424279-
CMYK0.1600.670.05
HSL73.99º86.24%62.94%-
HSV(B)73.99º67.36%94.9%-
XYZ58.0776.9119.18-
YUV212.0652.91122.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 242 (94.92% from 255) = 46.10%
BLUE value IS 79 (31.25% from 255) = 15.05%
R=38.86%
G=46.10%
B=15.05%

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
Decimal204242790.1600.670.0573.9986.2462.94
HexCCF24F1004354a563f
Octal314362117200103511212677
Binary11001100111100101001111100000100001110110010101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF24F; }

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

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

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

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

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

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

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

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