Shades of Mindaro #CCE25B
Tints of Mindaro #CCE25B
RGB
CMYK
RGB Variations
Color information
#CCE25B (or 0xCCE25B) is known color: Mindaro. HEX triplet: CC, E2 and 5B. RGB value is (204,226,91). Sum of RGB (Red+Green+Blue) = 204+226+91=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE25B is #331DA4. Grayscale: #CCCCCC. Windows color (decimal): -3349925 or 6021836. OLE color: 6021836.
HSL color Cylindrical-coordinate representation of color #CCE25B: hue angle of 69.78º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCE25B is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 91 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.11 |
| HSL | 69.78º | 0.7% | 0.62% | - |
| HSV(B) | 69.78º | 0.6% | 0.89% | - |
| XYZ | 53.99 | 67.99 | 20.17 | - |
| YUV | 204.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 91 | 0.10 | 0 | 0.60 | 0.11 | 69.78 | 0.7 | 0.62 |
| Hex | CC | E2 | 5B | A | 0 | 3C | B | 46 | 46 | 3E |
| Octal | 314 | 342 | 133 | 12 | 0 | 74 | 13 | 106 | 106 | 76 |
| Binary | 11001100 | 11100010 | 1011011 | 1010 | 0 | 111100 | 1011 | 1000110 | 1000110 | 111110 |
Color Harmonies of #CCE25B
Complementary color
Monochromatic Colors of #CCE25B
Black with #CCE25B
Text Example
Text Example
White with #CCE25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE25B; }
p { color: rgb(204,226,91); }
H1.HeaderClassName
{
color: #CCE25B;
}
.AnyTagClassName
{
color: #CCE25B;
}
</style>
background-color css
<style>
a { background-color: #CCE25B; }
a { background-color: rgb(204,226,91); }
div.DivClassName
{
background-color: #CCE25B;
}
.BgClassName
{
background-color: #CCE25B;
}
</style>
border-color css
<style>
span { border-color: #CCE25B; }
span { border-color: rgb(204,226,91); }
td.TdClassName
{
border-color: #CCE25B;
}
.TagClassName
{
border-color: #CCE25B;
}
</style>