Shades of Mindaro #C7F25B
Tints of Mindaro #C7F25B
RGB
CMYK
RGB Variations
Color information
#C7F25B (or 0xC7F25B) is known color: Mindaro. HEX triplet: C7, F2 and 5B. RGB value is (199,242,91). Sum of RGB (Red+Green+Blue) = 199+242+91=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F25B is #380DA4. Grayscale: #D4D4D4. Windows color (decimal): -3673509 or 6025927. OLE color: 6025927.
HSL color Cylindrical-coordinate representation of color #C7F25B: hue angle of 77.09º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7F25B is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 91 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.05 |
| HSL | 77.09º | 0.85% | 0.65% | - |
| HSV(B) | 77.09º | 0.62% | 0.95% | - |
| XYZ | 57.19 | 76.4 | 21.63 | - |
| YUV | 211.93 | 59.75 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 91 | 0.18 | 0 | 0.62 | 0.05 | 77.09 | 0.85 | 0.65 |
| Hex | C7 | F2 | 5B | 12 | 0 | 3E | 5 | 4D | 55 | 41 |
| Octal | 307 | 362 | 133 | 22 | 0 | 76 | 5 | 115 | 125 | 101 |
| Binary | 11000111 | 11110010 | 1011011 | 10010 | 0 | 111110 | 101 | 1001101 | 1010101 | 1000001 |
Color Harmonies of #C7F25B
Complementary color
Monochromatic Colors of #C7F25B
Black with #C7F25B
Text Example
Text Example
White with #C7F25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F25B; }
p { color: rgb(199,242,91); }
H1.HeaderClassName
{
color: #C7F25B;
}
.AnyTagClassName
{
color: #C7F25B;
}
</style>
background-color css
<style>
a { background-color: #C7F25B; }
a { background-color: rgb(199,242,91); }
div.DivClassName
{
background-color: #C7F25B;
}
.BgClassName
{
background-color: #C7F25B;
}
</style>
border-color css
<style>
span { border-color: #C7F25B; }
span { border-color: rgb(199,242,91); }
td.TdClassName
{
border-color: #C7F25B;
}
.TagClassName
{
border-color: #C7F25B;
}
</style>