#CCE764

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

Shades of Mindaro #CCE764

Tints of Mindaro #CCE764

Color information

#CCE764 (or 0xCCE764) is unknown color: approx Mindaro. HEX triplet: CC, E7 and 64. RGB value is (204,231,100). Sum of RGB (Red+Green+Blue) = 204+231+100=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 231 (90.62% from 255 or 43.18% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE764 is #33189B. Grayscale: #D0D0D0. Windows color (decimal): -3348636 or 6612940. OLE color: 6612940.

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

Color convert

RGB204231100-
CMYK0.1200.570.09
HSL72.37º73.18%64.9%-
HSV(B)72.37º56.71%90.59%-
XYZ55.7870.9122.8-
YUV207.9967.05125.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 231 (90.62% from 255) = 43.18%
BLUE value IS 100 (39.45% from 255) = 18.69%
R=38.13%
G=43.18%
B=18.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042311000.1200.570.0972.3773.1864.9
HexCCE764C0399484941
Octal3143471441407111110111101
Binary11001100111001111100100110001110011001100100010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE764; }

 p { color: rgb(204,231,100); }

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

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

 a { background-color: rgb(204,231,100); }

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

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

 span { border-color: rgb(204,231,100); }

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