Shades of Mindaro #CFF159
Tints of Mindaro #CFF159
RGB
CMYK
RGB Variations
Color information
#CFF159 (or 0xCFF159) is known color: Mindaro. HEX triplet: CF, F1 and 59. RGB value is (207,241,89). Sum of RGB (Red+Green+Blue) = 207+241+89=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 89 (35.16% from 255 or 16.57% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF159 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF159 is #300EA6. Grayscale: #D6D6D6. Windows color (decimal): -3149479 or 5894607. OLE color: 5894607.
HSL color Cylindrical-coordinate representation of color #CFF159: hue angle of 73.42º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFF159 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 89 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.05 |
| HSL | 73.42º | 0.84% | 0.65% | - |
| HSV(B) | 73.42º | 0.63% | 0.95% | - |
| XYZ | 58.99 | 76.9 | 21.18 | - |
| YUV | 213.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 89 | 0.14 | 0 | 0.63 | 0.05 | 73.42 | 0.84 | 0.65 |
| Hex | CF | F1 | 59 | E | 0 | 3F | 5 | 49 | 54 | 41 |
| Octal | 317 | 361 | 131 | 16 | 0 | 77 | 5 | 111 | 124 | 101 |
| Binary | 11001111 | 11110001 | 1011001 | 1110 | 0 | 111111 | 101 | 1001001 | 1010100 | 1000001 |
Color Harmonies of #CFF159
Complementary color
Monochromatic Colors of #CFF159
Black with #CFF159
Text Example
Text Example
White with #CFF159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF159; }
p { color: rgb(207,241,89); }
H1.HeaderClassName
{
color: #CFF159;
}
.AnyTagClassName
{
color: #CFF159;
}
</style>
background-color css
<style>
a { background-color: #CFF159; }
a { background-color: rgb(207,241,89); }
div.DivClassName
{
background-color: #CFF159;
}
.BgClassName
{
background-color: #CFF159;
}
</style>
border-color css
<style>
span { border-color: #CFF159; }
span { border-color: rgb(207,241,89); }
td.TdClassName
{
border-color: #CFF159;
}
.TagClassName
{
border-color: #CFF159;
}
</style>