Shades of Mindaro #CCFD51
Tints of Mindaro #CCFD51
RGB
CMYK
RGB Variations
Color information
#CCFD51 (or 0xCCFD51) is known color: Mindaro. HEX triplet: CC, FD and 51. RGB value is (204,253,81). Sum of RGB (Red+Green+Blue) = 204+253+81=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 81 (32.03% from 255 or 15.06% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD51 is #3302AE. Grayscale: #DBDBDB. Windows color (decimal): -3343023 or 5373388. OLE color: 5373388.
HSL color Cylindrical-coordinate representation of color #CCFD51: hue angle of 77.09º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCFD51 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 81 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.01 |
| HSL | 77.09º | 0.98% | 0.65% | - |
| HSV(B) | 77.09º | 0.68% | 0.99% | - |
| XYZ | 61.51 | 83.68 | 20.69 | - |
| YUV | 218.74 | 50.27 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 81 | 0.19 | 0 | 0.68 | 0.01 | 77.09 | 0.98 | 0.65 |
| Hex | CC | FD | 51 | 13 | 0 | 44 | 1 | 4D | 62 | 41 |
| Octal | 314 | 375 | 121 | 23 | 0 | 104 | 1 | 115 | 142 | 101 |
| Binary | 11001100 | 11111101 | 1010001 | 10011 | 0 | 1000100 | 1 | 1001101 | 1100010 | 1000001 |
Color Harmonies of #CCFD51
Complementary color
Monochromatic Colors of #CCFD51
Black with #CCFD51
Text Example
Text Example
White with #CCFD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD51; }
p { color: rgb(204,253,81); }
H1.HeaderClassName
{
color: #CCFD51;
}
.AnyTagClassName
{
color: #CCFD51;
}
</style>
background-color css
<style>
a { background-color: #CCFD51; }
a { background-color: rgb(204,253,81); }
div.DivClassName
{
background-color: #CCFD51;
}
.BgClassName
{
background-color: #CCFD51;
}
</style>
border-color css
<style>
span { border-color: #CCFD51; }
span { border-color: rgb(204,253,81); }
td.TdClassName
{
border-color: #CCFD51;
}
.TagClassName
{
border-color: #CCFD51;
}
</style>