Shades of Mindaro #CCFD5E
Tints of Mindaro #CCFD5E
RGB
CMYK
RGB Variations
Color information
#CCFD5E (or 0xCCFD5E) is known color: Mindaro. HEX triplet: CC, FD and 5E. RGB value is (204,253,94). Sum of RGB (Red+Green+Blue) = 204+253+94=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD5E is #3302A1. Grayscale: #DCDCDC. Windows color (decimal): -3343010 or 6225356. OLE color: 6225356.
HSL color Cylindrical-coordinate representation of color #CCFD5E: hue angle of 78.49º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCFD5E is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 94 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.01 |
| HSL | 78.49º | 0.98% | 0.68% | - |
| HSV(B) | 78.49º | 0.63% | 0.99% | - |
| XYZ | 62.05 | 83.9 | 23.51 | - |
| YUV | 220.22 | 56.77 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 94 | 0.19 | 0 | 0.63 | 0.01 | 78.49 | 0.98 | 0.68 |
| Hex | CC | FD | 5E | 13 | 0 | 3F | 1 | 4E | 62 | 44 |
| Octal | 314 | 375 | 136 | 23 | 0 | 77 | 1 | 116 | 142 | 104 |
| Binary | 11001100 | 11111101 | 1011110 | 10011 | 0 | 111111 | 1 | 1001110 | 1100010 | 1000100 |
Color Harmonies of #CCFD5E
Complementary color
Monochromatic Colors of #CCFD5E
Black with #CCFD5E
Text Example
Text Example
White with #CCFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD5E; }
p { color: rgb(204,253,94); }
H1.HeaderClassName
{
color: #CCFD5E;
}
.AnyTagClassName
{
color: #CCFD5E;
}
</style>
background-color css
<style>
a { background-color: #CCFD5E; }
a { background-color: rgb(204,253,94); }
div.DivClassName
{
background-color: #CCFD5E;
}
.BgClassName
{
background-color: #CCFD5E;
}
</style>
border-color css
<style>
span { border-color: #CCFD5E; }
span { border-color: rgb(204,253,94); }
td.TdClassName
{
border-color: #CCFD5E;
}
.TagClassName
{
border-color: #CCFD5E;
}
</style>