#CFDE7D

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

Shades of Deco #CFDE7D

Tints of Deco #CFDE7D

Color information

#CFDE7D (or 0xCFDE7D) is unknown color: approx Deco. HEX triplet: CF, DE and 7D. RGB value is (207,222,125). Sum of RGB (Red+Green+Blue) = 207+222+125=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE7D is #302182. Grayscale: #CECECE. Windows color (decimal): -3154307 or 8249039. OLE color: 8249039.

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

Color convert

RGB207222125-
CMYK0.0700.440.13
HSL69.28º59.51%68.04%-
HSV(B)69.28º43.69%87.06%-
XYZ55.5666.9929.4-
YUV206.4682.03128.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 222 (87.11% from 255) = 40.07%
BLUE value IS 125 (49.22% from 255) = 22.56%
R=37.36%
G=40.07%
B=22.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221250.0700.440.1369.2859.5168.04
HexCFDE7D702CD453c44
Octal31733617570541510574104
Binary110011111101111011111011110101100110110001011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDE7D; }

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

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

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

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

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

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

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

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