Shades of Mindaro #CFF551
Tints of Mindaro #CFF551
RGB
CMYK
RGB Variations
Color information
#CFF551 (or 0xCFF551) is known color: Mindaro. HEX triplet: CF, F5 and 51. RGB value is (207,245,81). Sum of RGB (Red+Green+Blue) = 207+245+81=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF551 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF551 is #300AAE. Grayscale: #D7D7D7. Windows color (decimal): -3148463 or 5371343. OLE color: 5371343.
HSL color Cylindrical-coordinate representation of color #CFF551: hue angle of 73.9º 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 #CFF551 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 81 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.04 |
| HSL | 73.9º | 0.89% | 0.64% | - |
| HSV(B) | 73.9º | 0.67% | 0.96% | - |
| XYZ | 59.87 | 79.16 | 19.91 | - |
| YUV | 214.94 | 52.41 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 81 | 0.16 | 0 | 0.67 | 0.04 | 73.9 | 0.89 | 0.64 |
| Hex | CF | F5 | 51 | 10 | 0 | 43 | 4 | 4A | 59 | 40 |
| Octal | 317 | 365 | 121 | 20 | 0 | 103 | 4 | 112 | 131 | 100 |
| Binary | 11001111 | 11110101 | 1010001 | 10000 | 0 | 1000011 | 100 | 1001010 | 1011001 | 1000000 |
Color Harmonies of #CFF551
Complementary color
Monochromatic Colors of #CFF551
Black with #CFF551
Text Example
Text Example
White with #CFF551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF551; }
p { color: rgb(207,245,81); }
H1.HeaderClassName
{
color: #CFF551;
}
.AnyTagClassName
{
color: #CFF551;
}
</style>
background-color css
<style>
a { background-color: #CFF551; }
a { background-color: rgb(207,245,81); }
div.DivClassName
{
background-color: #CFF551;
}
.BgClassName
{
background-color: #CFF551;
}
</style>
border-color css
<style>
span { border-color: #CFF551; }
span { border-color: rgb(207,245,81); }
td.TdClassName
{
border-color: #CFF551;
}
.TagClassName
{
border-color: #CFF551;
}
</style>