#CFDE84

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

Shades of Deco #CFDE84

Tints of Deco #CFDE84

Color information

#CFDE84 (or 0xCFDE84) is unknown color: approx Deco. HEX triplet: CF, DE and 84. RGB value is (207,222,132). Sum of RGB (Red+Green+Blue) = 207+222+132=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDE84 is #30217B. Grayscale: #CFCFCF. Windows color (decimal): -3154300 or 8707791. OLE color: 8707791.

HSL color Cylindrical-coordinate representation of color #CFDE84: hue angle of 70º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFDE84 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB207222132-
CMYK0.0700.410.13
HSL70º57.69%69.41%-
HSV(B)70º40.54%87.06%-
XYZ56.0267.1731.84-
YUV207.2685.53127.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 132 (51.95% from 255) = 23.53%
R=36.90%
G=39.57%
B=23.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221320.0700.410.137057.6969.41
HexCFDE847029D463a45
Octal31733620470511510672105
Binary1100111111011110100001001110101001110110001101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDE84; }

 p { color: rgb(207,222,132); }

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

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

 a { background-color: rgb(207,222,132); }

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

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

 span { border-color: rgb(207,222,132); }

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