#CCE072

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

Shades of Mindaro #CCE072

Tints of Mindaro #CCE072

Color information

#CCE072 (or 0xCCE072) is unknown color: approx Mindaro. HEX triplet: CC, E0 and 72. RGB value is (204,224,114). Sum of RGB (Red+Green+Blue) = 204+224+114=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE072 is #331F8D. Grayscale: #CDCDCD. Windows color (decimal): -3350414 or 7528652. OLE color: 7528652.

HSL color Cylindrical-coordinate representation of color #CCE072: hue angle of 70.91º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCE072 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB204224114-
CMYK0.0900.490.12
HSL70.91º63.95%66.27%-
HSV(B)70.91º49.11%87.84%-
XYZ54.5967.3626.04-
YUV205.4876.37126.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 224 (87.89% from 255) = 41.33%
BLUE value IS 114 (44.92% from 255) = 21.03%
R=37.64%
G=41.33%
B=21.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241140.0900.490.1270.9163.9566.27
HexCCE0729031C474042
Octal3143401621106114107100102
Binary11001100111000001110010100101100011100100011110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE072; }

 p { color: rgb(204,224,114); }

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

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

 a { background-color: rgb(204,224,114); }

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

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

 span { border-color: rgb(204,224,114); }

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