Shades of Mindaro #CCE85A
Tints of Mindaro #CCE85A
RGB
CMYK
RGB Variations
Color information
#CCE85A (or 0xCCE85A) is known color: Mindaro. HEX triplet: CC, E8 and 5A. RGB value is (204,232,90). Sum of RGB (Red+Green+Blue) = 204+232+90=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE85A is #3317A5. Grayscale: #CFCFCF. Windows color (decimal): -3348390 or 5957836. OLE color: 5957836.
HSL color Cylindrical-coordinate representation of color #CCE85A: hue angle of 71.83º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCE85A is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 90 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.09 |
| HSL | 71.83º | 0.76% | 0.63% | - |
| HSV(B) | 71.83º | 0.61% | 0.91% | - |
| XYZ | 55.6 | 71.29 | 20.5 | - |
| YUV | 207.44 | 61.72 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 90 | 0.12 | 0 | 0.61 | 0.09 | 71.83 | 0.76 | 0.63 |
| Hex | CC | E8 | 5A | C | 0 | 3D | 9 | 48 | 4C | 3F |
| Octal | 314 | 350 | 132 | 14 | 0 | 75 | 11 | 110 | 114 | 77 |
| Binary | 11001100 | 11101000 | 1011010 | 1100 | 0 | 111101 | 1001 | 1001000 | 1001100 | 111111 |
Color Harmonies of #CCE85A
Complementary color
Monochromatic Colors of #CCE85A
Black with #CCE85A
Text Example
Text Example
White with #CCE85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE85A; }
p { color: rgb(204,232,90); }
H1.HeaderClassName
{
color: #CCE85A;
}
.AnyTagClassName
{
color: #CCE85A;
}
</style>
background-color css
<style>
a { background-color: #CCE85A; }
a { background-color: rgb(204,232,90); }
div.DivClassName
{
background-color: #CCE85A;
}
.BgClassName
{
background-color: #CCE85A;
}
</style>
border-color css
<style>
span { border-color: #CCE85A; }
span { border-color: rgb(204,232,90); }
td.TdClassName
{
border-color: #CCE85A;
}
.TagClassName
{
border-color: #CCE85A;
}
</style>