Shades of Mindaro #CCE954
Tints of Mindaro #CCE954
RGB
CMYK
RGB Variations
Color information
#CCE954 (or 0xCCE954) is known color: Mindaro. HEX triplet: CC, E9 and 54. RGB value is (204,233,84). Sum of RGB (Red+Green+Blue) = 204+233+84=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE954 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE954 is #3316AB. Grayscale: #CFCFCF. Windows color (decimal): -3348140 or 5564876. OLE color: 5564876.
HSL color Cylindrical-coordinate representation of color #CCE954: hue angle of 71.68º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCE954 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 84 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.09 |
| HSL | 71.68º | 0.77% | 0.62% | - |
| HSV(B) | 71.68º | 0.64% | 0.91% | - |
| XYZ | 55.64 | 71.76 | 19.31 | - |
| YUV | 207.34 | 58.39 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 84 | 0.12 | 0 | 0.64 | 0.09 | 71.68 | 0.77 | 0.62 |
| Hex | CC | E9 | 54 | C | 0 | 40 | 9 | 48 | 4D | 3E |
| Octal | 314 | 351 | 124 | 14 | 0 | 100 | 11 | 110 | 115 | 76 |
| Binary | 11001100 | 11101001 | 1010100 | 1100 | 0 | 1000000 | 1001 | 1001000 | 1001101 | 111110 |
Color Harmonies of #CCE954
Complementary color
Monochromatic Colors of #CCE954
Black with #CCE954
Text Example
Text Example
White with #CCE954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE954; }
p { color: rgb(204,233,84); }
H1.HeaderClassName
{
color: #CCE954;
}
.AnyTagClassName
{
color: #CCE954;
}
</style>
background-color css
<style>
a { background-color: #CCE954; }
a { background-color: rgb(204,233,84); }
div.DivClassName
{
background-color: #CCE954;
}
.BgClassName
{
background-color: #CCE954;
}
</style>
border-color css
<style>
span { border-color: #CCE954; }
span { border-color: rgb(204,233,84); }
td.TdClassName
{
border-color: #CCE954;
}
.TagClassName
{
border-color: #CCE954;
}
</style>