#CCE56C

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

Shades of Mindaro #CCE56C

Tints of Mindaro #CCE56C

Color information

#CCE56C (or 0xCCE56C) is unknown color: approx Mindaro. HEX triplet: CC, E5 and 6C. RGB value is (204,229,108). Sum of RGB (Red+Green+Blue) = 204+229+108=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE56C is #331A93. Grayscale: #D0D0D0. Windows color (decimal): -3349140 or 7136716. OLE color: 7136716.

HSL color Cylindrical-coordinate representation of color #CCE56C: hue angle of 72.4º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCE56C is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB204229108-
CMYK0.1100.530.10
HSL72.4º69.94%66.08%-
HSV(B)72.4º52.84%89.8%-
XYZ55.6369.9624.76-
YUV207.7371.72125.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 229 (89.84% from 255) = 42.33%
BLUE value IS 108 (42.58% from 255) = 19.96%
R=37.71%
G=42.33%
B=19.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042291080.1100.530.1072.469.9466.08
HexCCE56CB035A484642
Octal3143451541306512110106102
Binary11001100111001011101100101101101011010100100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE56C; }

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

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

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

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

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

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

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

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