#CEDE76

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

Shades of Mindaro #CEDE76

Tints of Mindaro #CEDE76

Color information

#CEDE76 (or 0xCEDE76) is unknown color: approx Mindaro. HEX triplet: CE, DE and 76. RGB value is (206,222,118). Sum of RGB (Red+Green+Blue) = 206+222+118=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE76 is #312189. Grayscale: #CDCDCD. Windows color (decimal): -3219850 or 7790286. OLE color: 7790286.

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

Color convert

RGB206222118-
CMYK0.0700.470.13
HSL69.23º61.18%66.67%-
HSV(B)69.23º46.85%87.06%-
XYZ54.8466.6727.12-
YUV205.3678.7128.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 222 (87.11% from 255) = 40.66%
BLUE value IS 118 (46.48% from 255) = 21.61%
R=37.73%
G=40.66%
B=21.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062221180.0700.470.1369.2361.1866.67
HexCEDE76702FD453d43
Octal31633616670571510575103
Binary110011101101111011101101110101111110110001011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDE76; }

 p { color: rgb(206,222,118); }

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

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

 a { background-color: rgb(206,222,118); }

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

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

 span { border-color: rgb(206,222,118); }

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