Shades of Mindaro #CFF151
Tints of Mindaro #CFF151
RGB
CMYK
RGB Variations
Color information
#CFF151 (or 0xCFF151) is known color: Mindaro. HEX triplet: CF, F1 and 51. RGB value is (207,241,81). Sum of RGB (Red+Green+Blue) = 207+241+81=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 81 (32.03% from 255 or 15.31% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF151 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF151 is #300EAE. Grayscale: #D5D5D5. Windows color (decimal): -3149487 or 5370319. OLE color: 5370319.
HSL color Cylindrical-coordinate representation of color #CFF151: hue angle of 72.75º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFF151 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 81 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.05 |
| HSL | 72.75º | 0.85% | 0.63% | - |
| HSV(B) | 72.75º | 0.66% | 0.95% | - |
| XYZ | 58.67 | 76.77 | 19.51 | - |
| YUV | 212.59 | 53.74 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 81 | 0.14 | 0 | 0.66 | 0.05 | 72.75 | 0.85 | 0.63 |
| Hex | CF | F1 | 51 | E | 0 | 42 | 5 | 49 | 55 | 3F |
| Octal | 317 | 361 | 121 | 16 | 0 | 102 | 5 | 111 | 125 | 77 |
| Binary | 11001111 | 11110001 | 1010001 | 1110 | 0 | 1000010 | 101 | 1001001 | 1010101 | 111111 |
Color Harmonies of #CFF151
Complementary color
Monochromatic Colors of #CFF151
Black with #CFF151
Text Example
Text Example
White with #CFF151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF151; }
p { color: rgb(207,241,81); }
H1.HeaderClassName
{
color: #CFF151;
}
.AnyTagClassName
{
color: #CFF151;
}
</style>
background-color css
<style>
a { background-color: #CFF151; }
a { background-color: rgb(207,241,81); }
div.DivClassName
{
background-color: #CFF151;
}
.BgClassName
{
background-color: #CFF151;
}
</style>
border-color css
<style>
span { border-color: #CFF151; }
span { border-color: rgb(207,241,81); }
td.TdClassName
{
border-color: #CFF151;
}
.TagClassName
{
border-color: #CFF151;
}
</style>