#CCE15D

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

Shades of Mindaro #CCE15D

Tints of Mindaro #CCE15D

Color information

#CCE15D (or 0xCCE15D) is unknown color: approx Mindaro. HEX triplet: CC, E1 and 5D. RGB value is (204,225,93). Sum of RGB (Red+Green+Blue) = 204+225+93=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE15D is #331EA2. Grayscale: #CCCCCC. Windows color (decimal): -3350179 or 6152652. OLE color: 6152652.

HSL color Cylindrical-coordinate representation of color #CCE15D: hue angle of 69.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCE15D is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB20422593-
CMYK0.0900.590.12
HSL69.55º68.75%62.35%-
HSV(B)69.55º58.67%88.24%-
XYZ53.867.4820.54-
YUV203.6765.54128.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 225 (88.28% from 255) = 43.10%
BLUE value IS 93 (36.72% from 255) = 17.82%
R=39.08%
G=43.10%
B=17.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal204225930.0900.590.1269.5568.7562.35
HexCCE15D903BC46453e
Octal314341135110731410610576
Binary1100110011100001101110110010111011110010001101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE15D; }

 p { color: rgb(204,225,93); }

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

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

 a { background-color: rgb(204,225,93); }

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

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

 span { border-color: rgb(204,225,93); }

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