Shades of Mindaro #C7F262
Tints of Mindaro #C7F262
RGB
CMYK
RGB Variations
Color information
#C7F262 (or 0xC7F262) is known color: Mindaro. HEX triplet: C7, F2 and 62. RGB value is (199,242,98). Sum of RGB (Red+Green+Blue) = 199+242+98=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F262 is #380D9D. Grayscale: #D5D5D5. Windows color (decimal): -3673502 or 6484679. OLE color: 6484679.
HSL color Cylindrical-coordinate representation of color #C7F262: hue angle of 77.92º 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 #C7F262 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 98 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.05 |
| HSL | 77.92º | 0.85% | 0.67% | - |
| HSV(B) | 77.92º | 0.6% | 0.95% | - |
| XYZ | 57.51 | 76.53 | 23.3 | - |
| YUV | 212.73 | 63.25 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 98 | 0.18 | 0 | 0.60 | 0.05 | 77.92 | 0.85 | 0.67 |
| Hex | C7 | F2 | 62 | 12 | 0 | 3C | 5 | 4E | 55 | 43 |
| Octal | 307 | 362 | 142 | 22 | 0 | 74 | 5 | 116 | 125 | 103 |
| Binary | 11000111 | 11110010 | 1100010 | 10010 | 0 | 111100 | 101 | 1001110 | 1010101 | 1000011 |
Color Harmonies of #C7F262
Complementary color
Monochromatic Colors of #C7F262
Black with #C7F262
Text Example
Text Example
White with #C7F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F262; }
p { color: rgb(199,242,98); }
H1.HeaderClassName
{
color: #C7F262;
}
.AnyTagClassName
{
color: #C7F262;
}
</style>
background-color css
<style>
a { background-color: #C7F262; }
a { background-color: rgb(199,242,98); }
div.DivClassName
{
background-color: #C7F262;
}
.BgClassName
{
background-color: #C7F262;
}
</style>
border-color css
<style>
span { border-color: #C7F262; }
span { border-color: rgb(199,242,98); }
td.TdClassName
{
border-color: #C7F262;
}
.TagClassName
{
border-color: #C7F262;
}
</style>