#CCE063

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

Shades of Mindaro #CCE063

Tints of Mindaro #CCE063

Color information

#CCE063 (or 0xCCE063) is unknown color: approx Mindaro. HEX triplet: CC, E0 and 63. RGB value is (204,224,99). Sum of RGB (Red+Green+Blue) = 204+224+99=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE063 is #331F9C. Grayscale: #CCCCCC. Windows color (decimal): -3350429 or 6545612. OLE color: 6545612.

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

Color convert

RGB20422499-
CMYK0.0900.560.12
HSL69.6º66.84%63.33%-
HSV(B)69.6º55.8%87.84%-
XYZ53.8167.0521.91-
YUV203.7768.87128.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 99 (39.06% from 255) = 18.79%
R=38.71%
G=42.50%
B=18.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal204224990.0900.560.1269.666.8463.33
HexCCE0639038C46433f
Octal314340143110701410610377
Binary1100110011100000110001110010111000110010001101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE063; }

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

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

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

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

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

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

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

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