Shades of Mindaro #CFF262
Tints of Mindaro #CFF262
RGB
CMYK
RGB Variations
Color information
#CFF262 (or 0xCFF262) is known color: Mindaro. HEX triplet: CF, F2 and 62. RGB value is (207,242,98). Sum of RGB (Red+Green+Blue) = 207+242+98=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF262 is #300D9D. Grayscale: #D7D7D7. Windows color (decimal): -3149214 or 6484687. OLE color: 6484687.
HSL color Cylindrical-coordinate representation of color #CFF262: hue angle of 74.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFF262 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 98 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.05 |
| HSL | 74.58º | 0.85% | 0.67% | - |
| HSV(B) | 74.58º | 0.6% | 0.95% | - |
| XYZ | 59.69 | 77.65 | 23.4 | - |
| YUV | 215.12 | 61.9 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 98 | 0.14 | 0 | 0.60 | 0.05 | 74.58 | 0.85 | 0.67 |
| Hex | CF | F2 | 62 | E | 0 | 3C | 5 | 4B | 55 | 43 |
| Octal | 317 | 362 | 142 | 16 | 0 | 74 | 5 | 113 | 125 | 103 |
| Binary | 11001111 | 11110010 | 1100010 | 1110 | 0 | 111100 | 101 | 1001011 | 1010101 | 1000011 |
Color Harmonies of #CFF262
Complementary color
Monochromatic Colors of #CFF262
Black with #CFF262
Text Example
Text Example
White with #CFF262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF262; }
p { color: rgb(207,242,98); }
H1.HeaderClassName
{
color: #CFF262;
}
.AnyTagClassName
{
color: #CFF262;
}
</style>
background-color css
<style>
a { background-color: #CFF262; }
a { background-color: rgb(207,242,98); }
div.DivClassName
{
background-color: #CFF262;
}
.BgClassName
{
background-color: #CFF262;
}
</style>
border-color css
<style>
span { border-color: #CFF262; }
span { border-color: rgb(207,242,98); }
td.TdClassName
{
border-color: #CFF262;
}
.TagClassName
{
border-color: #CFF262;
}
</style>