Shades of Mindaro #C7F25E
Tints of Mindaro #C7F25E
RGB
CMYK
RGB Variations
Color information
#C7F25E (or 0xC7F25E) is known color: Mindaro. HEX triplet: C7, F2 and 5E. RGB value is (199,242,94). Sum of RGB (Red+Green+Blue) = 199+242+94=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F25E is #380DA1. Grayscale: #D4D4D4. Windows color (decimal): -3673506 or 6222535. OLE color: 6222535.
HSL color Cylindrical-coordinate representation of color #C7F25E: hue angle of 77.43º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7F25E is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 94 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.05 |
| HSL | 77.43º | 0.85% | 0.66% | - |
| HSV(B) | 77.43º | 0.61% | 0.95% | - |
| XYZ | 57.33 | 76.45 | 22.33 | - |
| YUV | 212.27 | 61.25 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 94 | 0.18 | 0 | 0.61 | 0.05 | 77.43 | 0.85 | 0.66 |
| Hex | C7 | F2 | 5E | 12 | 0 | 3D | 5 | 4D | 55 | 42 |
| Octal | 307 | 362 | 136 | 22 | 0 | 75 | 5 | 115 | 125 | 102 |
| Binary | 11000111 | 11110010 | 1011110 | 10010 | 0 | 111101 | 101 | 1001101 | 1010101 | 1000010 |
Color Harmonies of #C7F25E
Complementary color
Monochromatic Colors of #C7F25E
Black with #C7F25E
Text Example
Text Example
White with #C7F25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F25E; }
p { color: rgb(199,242,94); }
H1.HeaderClassName
{
color: #C7F25E;
}
.AnyTagClassName
{
color: #C7F25E;
}
</style>
background-color css
<style>
a { background-color: #C7F25E; }
a { background-color: rgb(199,242,94); }
div.DivClassName
{
background-color: #C7F25E;
}
.BgClassName
{
background-color: #C7F25E;
}
</style>
border-color css
<style>
span { border-color: #C7F25E; }
span { border-color: rgb(199,242,94); }
td.TdClassName
{
border-color: #C7F25E;
}
.TagClassName
{
border-color: #C7F25E;
}
</style>