#CFD476

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

Shades of Deco #CFD476

Tints of Deco #CFD476

Color information

#CFD476 (or 0xCFD476) is unknown color: approx Deco. HEX triplet: CF, D4 and 76. RGB value is (207,212,118). Sum of RGB (Red+Green+Blue) = 207+212+118=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD476 is #302B89. Grayscale: #C8C8C8. Windows color (decimal): -3156874 or 7787727. OLE color: 7787727.

HSL color Cylindrical-coordinate representation of color #CFD476: hue angle of 63.19º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFD476 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB207212118-
CMYK0.0200.440.17
HSL63.19º52.22%64.71%-
HSV(B)63.19º44.34%83.14%-
XYZ52.5561.6626.27-
YUV199.7981.84133.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 118 (46.48% from 255) = 21.97%
R=38.55%
G=39.48%
B=21.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072121180.0200.440.1763.1952.2264.71
HexCFD476202C113f3441
Octal3173241662054217764101
Binary11001111110101001110110100101100100011111111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD476; }

 p { color: rgb(207,212,118); }

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

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

 a { background-color: rgb(207,212,118); }

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

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

 span { border-color: rgb(207,212,118); }

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