Shades of Mindaro #CCE95A
Tints of Mindaro #CCE95A
RGB
CMYK
RGB Variations
Color information
#CCE95A (or 0xCCE95A) is known color: Mindaro. HEX triplet: CC, E9 and 5A. RGB value is (204,233,90). Sum of RGB (Red+Green+Blue) = 204+233+90=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE95A is #3316A5. Grayscale: #D0D0D0. Windows color (decimal): -3348134 or 5958092. OLE color: 5958092.
HSL color Cylindrical-coordinate representation of color #CCE95A: hue angle of 72.17º 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 #CCE95A is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 90 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.09 |
| HSL | 72.17º | 0.76% | 0.63% | - |
| HSV(B) | 72.17º | 0.61% | 0.91% | - |
| XYZ | 55.89 | 71.85 | 20.6 | - |
| YUV | 208.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 90 | 0.12 | 0 | 0.61 | 0.09 | 72.17 | 0.76 | 0.63 |
| Hex | CC | E9 | 5A | C | 0 | 3D | 9 | 48 | 4C | 3F |
| Octal | 314 | 351 | 132 | 14 | 0 | 75 | 11 | 110 | 114 | 77 |
| Binary | 11001100 | 11101001 | 1011010 | 1100 | 0 | 111101 | 1001 | 1001000 | 1001100 | 111111 |
Color Harmonies of #CCE95A
Complementary color
Monochromatic Colors of #CCE95A
Black with #CCE95A
Text Example
Text Example
White with #CCE95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE95A; }
p { color: rgb(204,233,90); }
H1.HeaderClassName
{
color: #CCE95A;
}
.AnyTagClassName
{
color: #CCE95A;
}
</style>
background-color css
<style>
a { background-color: #CCE95A; }
a { background-color: rgb(204,233,90); }
div.DivClassName
{
background-color: #CCE95A;
}
.BgClassName
{
background-color: #CCE95A;
}
</style>
border-color css
<style>
span { border-color: #CCE95A; }
span { border-color: rgb(204,233,90); }
td.TdClassName
{
border-color: #CCE95A;
}
.TagClassName
{
border-color: #CCE95A;
}
</style>