#CED77E

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

Shades of Deco #CED77E

Tints of Deco #CED77E

Color information

#CED77E (or 0xCED77E) is unknown color: approx Deco. HEX triplet: CE, D7 and 7E. RGB value is (206,215,126). Sum of RGB (Red+Green+Blue) = 206+215+126=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #CED77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED77E is #312881. Grayscale: #CACACA. Windows color (decimal): -3221634 or 8312782. OLE color: 8312782.

HSL color Cylindrical-coordinate representation of color #CED77E: hue angle of 66.07º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CED77E is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB206215126-
CMYK0.0400.410.16
HSL66.07º52.66%66.86%-
HSV(B)66.07º41.4%84.31%-
XYZ53.5263.2329.12-
YUV202.1685.02130.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 215 (84.38% from 255) = 39.31%
BLUE value IS 126 (49.61% from 255) = 23.03%
R=37.66%
G=39.31%
B=23.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151260.0400.410.1666.0752.6666.86
HexCED77E402910423543
Octal31632717640512010265103
Binary1100111011010111111111010001010011000010000101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED77E; }

 p { color: rgb(206,215,126); }

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

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

 a { background-color: rgb(206,215,126); }

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

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

 span { border-color: rgb(206,215,126); }

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