#CCE96D

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

Shades of Mindaro #CCE96D

Tints of Mindaro #CCE96D

Color information

#CCE96D (or 0xCCE96D) is unknown color: approx Mindaro. HEX triplet: CC, E9 and 6D. RGB value is (204,233,109). Sum of RGB (Red+Green+Blue) = 204+233+109=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE96D is #331692. Grayscale: #D2D2D2. Windows color (decimal): -3348115 or 7203276. OLE color: 7203276.

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

Color convert

RGB204233109-
CMYK0.1200.530.09
HSL74.03º73.81%67.06%-
HSV(B)74.03º53.22%91.37%-
XYZ56.872.2225.41-
YUV210.1970.89123.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 233 (91.41% from 255) = 42.67%
BLUE value IS 109 (42.97% from 255) = 19.96%
R=37.36%
G=42.67%
B=19.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042331090.1200.530.0974.0373.8167.06
HexCCE96DC03594a4a43
Octal3143511551406511112112103
Binary11001100111010011101101110001101011001100101010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE96D; }

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

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

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

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

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

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

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

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