Shades of Mindaro #CFF251
Tints of Mindaro #CFF251
RGB
CMYK
RGB Variations
Color information
#CFF251 (or 0xCFF251) is known color: Mindaro. HEX triplet: CF, F2 and 51. RGB value is (207,242,81). Sum of RGB (Red+Green+Blue) = 207+242+81=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 81 (32.03% from 255 or 15.28% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF251 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF251 is #300DAE. Grayscale: #D5D5D5. Windows color (decimal): -3149231 or 5370575. OLE color: 5370575.
HSL color Cylindrical-coordinate representation of color #CFF251: hue angle of 73.04º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFF251 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 81 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.05 |
| HSL | 73.04º | 0.86% | 0.63% | - |
| HSV(B) | 73.04º | 0.67% | 0.95% | - |
| XYZ | 58.97 | 77.36 | 19.61 | - |
| YUV | 213.18 | 53.4 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 81 | 0.14 | 0 | 0.67 | 0.05 | 73.04 | 0.86 | 0.63 |
| Hex | CF | F2 | 51 | E | 0 | 43 | 5 | 49 | 56 | 3F |
| Octal | 317 | 362 | 121 | 16 | 0 | 103 | 5 | 111 | 126 | 77 |
| Binary | 11001111 | 11110010 | 1010001 | 1110 | 0 | 1000011 | 101 | 1001001 | 1010110 | 111111 |
Color Harmonies of #CFF251
Complementary color
Monochromatic Colors of #CFF251
Black with #CFF251
Text Example
Text Example
White with #CFF251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF251; }
p { color: rgb(207,242,81); }
H1.HeaderClassName
{
color: #CFF251;
}
.AnyTagClassName
{
color: #CFF251;
}
</style>
background-color css
<style>
a { background-color: #CFF251; }
a { background-color: rgb(207,242,81); }
div.DivClassName
{
background-color: #CFF251;
}
.BgClassName
{
background-color: #CFF251;
}
</style>
border-color css
<style>
span { border-color: #CFF251; }
span { border-color: rgb(207,242,81); }
td.TdClassName
{
border-color: #CFF251;
}
.TagClassName
{
border-color: #CFF251;
}
</style>