#CCE15A

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

Shades of Mindaro #CCE15A

Tints of Mindaro #CCE15A

Color information

#CCE15A (or 0xCCE15A) is unknown color: approx Mindaro. HEX triplet: CC, E1 and 5A. RGB value is (204,225,90). Sum of RGB (Red+Green+Blue) = 204+225+90=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE15A is #331EA5. Grayscale: #CBCBCB. Windows color (decimal): -3350182 or 5956044. OLE color: 5956044.

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

Color convert

RGB20422590-
CMYK0.0900.600.12
HSL69.33º69.23%61.76%-
HSV(B)69.33º60%88.24%-
XYZ53.6767.4319.86-
YUV203.3364.04128.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 225 (88.28% from 255) = 43.35%
BLUE value IS 90 (35.55% from 255) = 17.34%
R=39.31%
G=43.35%
B=17.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal204225900.0900.600.1269.3369.2361.76
HexCCE15A903CC45453e
Octal314341132110741410510576
Binary1100110011100001101101010010111100110010001011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE15A; }

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

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

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

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

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

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

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

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