#CCEA6D

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

Shades of Mindaro #CCEA6D

Tints of Mindaro #CCEA6D

Color information

#CCEA6D (or 0xCCEA6D) is unknown color: approx Mindaro. HEX triplet: CC, EA and 6D. RGB value is (204,234,109). Sum of RGB (Red+Green+Blue) = 204+234+109=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA6D is #331592. Grayscale: #D3D3D3. Windows color (decimal): -3347859 or 7203532. OLE color: 7203532.

HSL color Cylindrical-coordinate representation of color #CCEA6D: hue angle of 74.4º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCEA6D is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB204234109-
CMYK0.1300.530.08
HSL74.4º74.85%67.25%-
HSV(B)74.4º53.42%91.76%-
XYZ57.0872.7925.51-
YUV210.7870.56123.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 234 (91.80% from 255) = 42.78%
BLUE value IS 109 (42.97% from 255) = 19.93%
R=37.29%
G=42.78%
B=19.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341090.1300.530.0874.474.8567.25
HexCCEA6DD03584a4b43
Octal3143521551506510112113103
Binary11001100111010101101101110101101011000100101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEA6D; }

 p { color: rgb(204,234,109); }

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

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

 a { background-color: rgb(204,234,109); }

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

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

 span { border-color: rgb(204,234,109); }

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