Shades of Mindaro #CCF551
Tints of Mindaro #CCF551
RGB
CMYK
RGB Variations
Color information
#CCF551 (or 0xCCF551) is known color: Mindaro. HEX triplet: CC, F5 and 51. RGB value is (204,245,81). Sum of RGB (Red+Green+Blue) = 204+245+81=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 81 (32.03% from 255 or 15.28% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF551 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF551 is #330AAE. Grayscale: #D6D6D6. Windows color (decimal): -3345071 or 5371340. OLE color: 5371340.
HSL color Cylindrical-coordinate representation of color #CCF551: hue angle of 75º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCF551 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 81 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.04 |
| HSL | 75º | 0.89% | 0.64% | - |
| HSV(B) | 75º | 0.67% | 0.96% | - |
| XYZ | 59.04 | 78.74 | 19.87 | - |
| YUV | 214.05 | 52.92 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 81 | 0.17 | 0 | 0.67 | 0.04 | 75 | 0.89 | 0.64 |
| Hex | CC | F5 | 51 | 11 | 0 | 43 | 4 | 4B | 59 | 40 |
| Octal | 314 | 365 | 121 | 21 | 0 | 103 | 4 | 113 | 131 | 100 |
| Binary | 11001100 | 11110101 | 1010001 | 10001 | 0 | 1000011 | 100 | 1001011 | 1011001 | 1000000 |
Color Harmonies of #CCF551
Complementary color
Monochromatic Colors of #CCF551
Black with #CCF551
Text Example
Text Example
White with #CCF551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF551; }
p { color: rgb(204,245,81); }
H1.HeaderClassName
{
color: #CCF551;
}
.AnyTagClassName
{
color: #CCF551;
}
</style>
background-color css
<style>
a { background-color: #CCF551; }
a { background-color: rgb(204,245,81); }
div.DivClassName
{
background-color: #CCF551;
}
.BgClassName
{
background-color: #CCF551;
}
</style>
border-color css
<style>
span { border-color: #CCF551; }
span { border-color: rgb(204,245,81); }
td.TdClassName
{
border-color: #CCF551;
}
.TagClassName
{
border-color: #CCF551;
}
</style>