#CCE061

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

Shades of Mindaro #CCE061

Tints of Mindaro #CCE061

Color information

#CCE061 (or 0xCCE061) is unknown color: approx Mindaro. HEX triplet: CC, E0 and 61. RGB value is (204,224,97). Sum of RGB (Red+Green+Blue) = 204+224+97=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE061 is #331F9E. Grayscale: #CCCCCC. Windows color (decimal): -3350431 or 6414540. OLE color: 6414540.

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

Color convert

RGB20422497-
CMYK0.0900.570.12
HSL69.45º67.2%62.94%-
HSV(B)69.45º56.7%87.84%-
XYZ53.7267.0121.41-
YUV203.5467.87128.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 224 (87.89% from 255) = 42.67%
BLUE value IS 97 (38.28% from 255) = 18.48%
R=38.86%
G=42.67%
B=18.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal204224970.0900.570.1269.4567.262.94
HexCCE0619039C45433f
Octal314340141110711410510377
Binary1100110011100000110000110010111001110010001011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE061; }

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

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

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

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

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

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

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

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