Shades of Mindaro #CFF260
Tints of Mindaro #CFF260
RGB
CMYK
RGB Variations
Color information
#CFF260 (or 0xCFF260) is known color: Mindaro. HEX triplet: CF, F2 and 60. RGB value is (207,242,96). Sum of RGB (Red+Green+Blue) = 207+242+96=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF260 is #300D9F. Grayscale: #D7D7D7. Windows color (decimal): -3149216 or 6353615. OLE color: 6353615.
HSL color Cylindrical-coordinate representation of color #CFF260: hue angle of 74.38º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFF260 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 96 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.05 |
| HSL | 74.38º | 0.85% | 0.66% | - |
| HSV(B) | 74.38º | 0.6% | 0.95% | - |
| XYZ | 59.6 | 77.61 | 22.91 | - |
| YUV | 214.89 | 60.9 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 96 | 0.14 | 0 | 0.60 | 0.05 | 74.38 | 0.85 | 0.66 |
| Hex | CF | F2 | 60 | E | 0 | 3C | 5 | 4A | 55 | 42 |
| Octal | 317 | 362 | 140 | 16 | 0 | 74 | 5 | 112 | 125 | 102 |
| Binary | 11001111 | 11110010 | 1100000 | 1110 | 0 | 111100 | 101 | 1001010 | 1010101 | 1000010 |
Color Harmonies of #CFF260
Complementary color
Monochromatic Colors of #CFF260
Black with #CFF260
Text Example
Text Example
White with #CFF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF260; }
p { color: rgb(207,242,96); }
H1.HeaderClassName
{
color: #CFF260;
}
.AnyTagClassName
{
color: #CFF260;
}
</style>
background-color css
<style>
a { background-color: #CFF260; }
a { background-color: rgb(207,242,96); }
div.DivClassName
{
background-color: #CFF260;
}
.BgClassName
{
background-color: #CFF260;
}
</style>
border-color css
<style>
span { border-color: #CFF260; }
span { border-color: rgb(207,242,96); }
td.TdClassName
{
border-color: #CFF260;
}
.TagClassName
{
border-color: #CFF260;
}
</style>