Shades of Mindaro #CFF051
Tints of Mindaro #CFF051
RGB
CMYK
RGB Variations
Color information
#CFF051 (or 0xCFF051) is known color: Mindaro. HEX triplet: CF, F0 and 51. RGB value is (207,240,81). Sum of RGB (Red+Green+Blue) = 207+240+81=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 81 (32.03% from 255 or 15.34% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF051 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF051 is #300FAE. Grayscale: #D4D4D4. Windows color (decimal): -3149743 or 5370063. OLE color: 5370063.
HSL color Cylindrical-coordinate representation of color #CFF051: hue angle of 72.45º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFF051 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 81 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.06 |
| HSL | 72.45º | 0.84% | 0.63% | - |
| HSV(B) | 72.45º | 0.66% | 0.94% | - |
| XYZ | 58.38 | 76.18 | 19.41 | - |
| YUV | 212.01 | 54.07 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 81 | 0.14 | 0 | 0.66 | 0.06 | 72.45 | 0.84 | 0.63 |
| Hex | CF | F0 | 51 | E | 0 | 42 | 6 | 48 | 54 | 3F |
| Octal | 317 | 360 | 121 | 16 | 0 | 102 | 6 | 110 | 124 | 77 |
| Binary | 11001111 | 11110000 | 1010001 | 1110 | 0 | 1000010 | 110 | 1001000 | 1010100 | 111111 |
Color Harmonies of #CFF051
Complementary color
Monochromatic Colors of #CFF051
Black with #CFF051
Text Example
Text Example
White with #CFF051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF051; }
p { color: rgb(207,240,81); }
H1.HeaderClassName
{
color: #CFF051;
}
.AnyTagClassName
{
color: #CFF051;
}
</style>
background-color css
<style>
a { background-color: #CFF051; }
a { background-color: rgb(207,240,81); }
div.DivClassName
{
background-color: #CFF051;
}
.BgClassName
{
background-color: #CFF051;
}
</style>
border-color css
<style>
span { border-color: #CFF051; }
span { border-color: rgb(207,240,81); }
td.TdClassName
{
border-color: #CFF051;
}
.TagClassName
{
border-color: #CFF051;
}
</style>