#CCEA61

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

Shades of Mindaro #CCEA61

Tints of Mindaro #CCEA61

Color information

#CCEA61 (or 0xCCEA61) is unknown color: approx Mindaro. HEX triplet: CC, EA and 61. RGB value is (204,234,97). Sum of RGB (Red+Green+Blue) = 204+234+97=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA61 is #33159E. Grayscale: #D1D1D1. Windows color (decimal): -3347871 or 6417100. OLE color: 6417100.

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

Color convert

RGB20423497-
CMYK0.1300.590.08
HSL73.14º76.54%64.9%-
HSV(B)73.14º58.55%91.76%-
XYZ56.4872.5522.34-
YUV209.4164.56124.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 234 (91.80% from 255) = 43.74%
BLUE value IS 97 (38.28% from 255) = 18.13%
R=38.13%
G=43.74%
B=18.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal204234970.1300.590.0873.1476.5464.9
HexCCEA61D03B8494d41
Octal3143521411507310111115101
Binary11001100111010101100001110101110111000100100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEA61; }

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

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

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

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

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

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

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

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