#CEDE6C

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

Shades of Mindaro #CEDE6C

Tints of Mindaro #CEDE6C

Color information

#CEDE6C (or 0xCEDE6C) is unknown color: approx Mindaro. HEX triplet: CE, DE and 6C. RGB value is (206,222,108). Sum of RGB (Red+Green+Blue) = 206+222+108=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE6C is #312193. Grayscale: #CCCCCC. Windows color (decimal): -3219860 or 7134926. OLE color: 7134926.

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

Color convert

RGB206222108-
CMYK0.0700.510.13
HSL68.42º63.33%64.71%-
HSV(B)68.42º51.35%87.06%-
XYZ54.2866.4524.15-
YUV204.2273.7129.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 108 (42.58% from 255) = 20.15%
R=38.43%
G=41.42%
B=20.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062221080.0700.510.1368.4263.3364.71
HexCEDE6C7033D443f41
Octal31633615470631510477101
Binary110011101101111011011001110110011110110001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDE6C; }

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

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

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

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

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

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

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

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