#CCE572

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

Shades of Mindaro #CCE572

Tints of Mindaro #CCE572

Color information

#CCE572 (or 0xCCE572) is unknown color: approx Mindaro. HEX triplet: CC, E5 and 72. RGB value is (204,229,114). Sum of RGB (Red+Green+Blue) = 204+229+114=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE572 is #331A8D. Grayscale: #D0D0D0. Windows color (decimal): -3349134 or 7529932. OLE color: 7529932.

HSL color Cylindrical-coordinate representation of color #CCE572: hue angle of 73.04º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCE572 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB204229114-
CMYK0.1100.500.10
HSL73.04º68.86%67.25%-
HSV(B)73.04º50.22%89.8%-
XYZ55.9670.0926.5-
YUV208.4274.72124.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 229 (89.84% from 255) = 41.86%
BLUE value IS 114 (44.92% from 255) = 20.84%
R=37.29%
G=41.86%
B=20.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042291140.1100.500.1073.0468.8667.25
HexCCE572B032A494543
Octal3143451621306212111105103
Binary11001100111001011110010101101100101010100100110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE572; }

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

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

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

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

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

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

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

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