Shades of Mindaro #CCFF5E
Tints of Mindaro #CCFF5E
RGB
CMYK
RGB Variations
Color information
#CCFF5E (or 0xCCFF5E) is known color: Mindaro. HEX triplet: CC, FF and 5E. RGB value is (204,255,94). Sum of RGB (Red+Green+Blue) = 204+255+94=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 94 (37.11% from 255 or 17.00% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF5E is #3300A1. Grayscale: #DDDDDD. Windows color (decimal): -3342498 or 6225868. OLE color: 6225868.
HSL color Cylindrical-coordinate representation of color #CCFF5E: hue angle of 79.01º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCFF5E is Cyan = 0.2, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 94 | - |
| CMYK | 0.2 | 0 | 0.63 | 0 |
| HSL | 79.01º | 1% | 0.68% | - |
| HSV(B) | 79.01º | 0.63% | 1% | - |
| XYZ | 62.68 | 85.17 | 23.72 | - |
| YUV | 221.4 | 56.1 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 94 | 0.2 | 0 | 0.63 | 0 | 79.01 | 1 | 0.68 |
| Hex | CC | FF | 5E | 14 | 0 | 3F | 0 | 4F | 64 | 44 |
| Octal | 314 | 377 | 136 | 24 | 0 | 77 | 0 | 117 | 144 | 104 |
| Binary | 11001100 | 11111111 | 1011110 | 10100 | 0 | 111111 | 0 | 1001111 | 1100100 | 1000100 |
Color Harmonies of #CCFF5E
Complementary color
Monochromatic Colors of #CCFF5E
Black with #CCFF5E
Text Example
Text Example
White with #CCFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF5E; }
p { color: rgb(204,255,94); }
H1.HeaderClassName
{
color: #CCFF5E;
}
.AnyTagClassName
{
color: #CCFF5E;
}
</style>
background-color css
<style>
a { background-color: #CCFF5E; }
a { background-color: rgb(204,255,94); }
div.DivClassName
{
background-color: #CCFF5E;
}
.BgClassName
{
background-color: #CCFF5E;
}
</style>
border-color css
<style>
span { border-color: #CCFF5E; }
span { border-color: rgb(204,255,94); }
td.TdClassName
{
border-color: #CCFF5E;
}
.TagClassName
{
border-color: #CCFF5E;
}
</style>