#CCEA67

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

Shades of Mindaro #CCEA67

Tints of Mindaro #CCEA67

Color information

#CCEA67 (or 0xCCEA67) is unknown color: approx Mindaro. HEX triplet: CC, EA and 67. RGB value is (204,234,103). Sum of RGB (Red+Green+Blue) = 204+234+103=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA67 is #331598. Grayscale: #D2D2D2. Windows color (decimal): -3347865 or 6810316. OLE color: 6810316.

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

Color convert

RGB204234103-
CMYK0.1300.560.08
HSL73.74º75.72%66.08%-
HSV(B)73.74º55.98%91.76%-
XYZ56.7772.6623.86-
YUV210.167.56123.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 234 (91.80% from 255) = 43.25%
BLUE value IS 103 (40.62% from 255) = 19.04%
R=37.71%
G=43.25%
B=19.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341030.1300.560.0873.7475.7266.08
HexCCEA67D03884a4c42
Octal3143521471507010112114102
Binary11001100111010101100111110101110001000100101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEA67; }

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

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

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

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

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

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

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

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