Shades of Mindaro #CCFF51
Tints of Mindaro #CCFF51
RGB
CMYK
RGB Variations
Color information
#CCFF51 (or 0xCCFF51) is known color: Mindaro. HEX triplet: CC, FF and 51. RGB value is (204,255,81). Sum of RGB (Red+Green+Blue) = 204+255+81=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 81 (32.03% from 255 or 15% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF51 is #3300AE. Grayscale: #DCDCDC. Windows color (decimal): -3342511 or 5373900. OLE color: 5373900.
HSL color Cylindrical-coordinate representation of color #CCFF51: hue angle of 77.59º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCFF51 is Cyan = 0.2, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 81 | - |
| CMYK | 0.2 | 0 | 0.68 | 0 |
| HSL | 77.59º | 1% | 0.66% | - |
| HSV(B) | 77.59º | 0.68% | 1% | - |
| XYZ | 62.15 | 84.95 | 20.91 | - |
| YUV | 219.92 | 49.6 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 81 | 0.2 | 0 | 0.68 | 0 | 77.59 | 1 | 0.66 |
| Hex | CC | FF | 51 | 14 | 0 | 44 | 0 | 4E | 64 | 42 |
| Octal | 314 | 377 | 121 | 24 | 0 | 104 | 0 | 116 | 144 | 102 |
| Binary | 11001100 | 11111111 | 1010001 | 10100 | 0 | 1000100 | 0 | 1001110 | 1100100 | 1000010 |
Color Harmonies of #CCFF51
Complementary color
Monochromatic Colors of #CCFF51
Black with #CCFF51
Text Example
Text Example
White with #CCFF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF51; }
p { color: rgb(204,255,81); }
H1.HeaderClassName
{
color: #CCFF51;
}
.AnyTagClassName
{
color: #CCFF51;
}
</style>
background-color css
<style>
a { background-color: #CCFF51; }
a { background-color: rgb(204,255,81); }
div.DivClassName
{
background-color: #CCFF51;
}
.BgClassName
{
background-color: #CCFF51;
}
</style>
border-color css
<style>
span { border-color: #CCFF51; }
span { border-color: rgb(204,255,81); }
td.TdClassName
{
border-color: #CCFF51;
}
.TagClassName
{
border-color: #CCFF51;
}
</style>