Shades of Mindaro #CCF851
Tints of Mindaro #CCF851
RGB
CMYK
RGB Variations
Color information
#CCF851 (or 0xCCF851) is known color: Mindaro. HEX triplet: CC, F8 and 51. RGB value is (204,248,81). Sum of RGB (Red+Green+Blue) = 204+248+81=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF851 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF851 is #3307AE. Grayscale: #D8D8D8. Windows color (decimal): -3344303 or 5372108. OLE color: 5372108.
HSL color Cylindrical-coordinate representation of color #CCF851: hue angle of 75.81º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCF851 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 81 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.03 |
| HSL | 75.81º | 0.92% | 0.65% | - |
| HSV(B) | 75.81º | 0.67% | 0.97% | - |
| XYZ | 59.95 | 80.57 | 20.18 | - |
| YUV | 215.81 | 51.92 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 81 | 0.18 | 0 | 0.67 | 0.03 | 75.81 | 0.92 | 0.65 |
| Hex | CC | F8 | 51 | 12 | 0 | 43 | 3 | 4C | 5C | 41 |
| Octal | 314 | 370 | 121 | 22 | 0 | 103 | 3 | 114 | 134 | 101 |
| Binary | 11001100 | 11111000 | 1010001 | 10010 | 0 | 1000011 | 11 | 1001100 | 1011100 | 1000001 |
Color Harmonies of #CCF851
Complementary color
Monochromatic Colors of #CCF851
Black with #CCF851
Text Example
Text Example
White with #CCF851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF851; }
p { color: rgb(204,248,81); }
H1.HeaderClassName
{
color: #CCF851;
}
.AnyTagClassName
{
color: #CCF851;
}
</style>
background-color css
<style>
a { background-color: #CCF851; }
a { background-color: rgb(204,248,81); }
div.DivClassName
{
background-color: #CCF851;
}
.BgClassName
{
background-color: #CCF851;
}
</style>
border-color css
<style>
span { border-color: #CCF851; }
span { border-color: rgb(204,248,81); }
td.TdClassName
{
border-color: #CCF851;
}
.TagClassName
{
border-color: #CCF851;
}
</style>