Shades of Mindaro #C8F25C
Tints of Mindaro #C8F25C
RGB
CMYK
RGB Variations
Color information
#C8F25C (or 0xC8F25C) is known color: Mindaro. HEX triplet: C8, F2 and 5C. RGB value is (200,242,92). Sum of RGB (Red+Green+Blue) = 200+242+92=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F25C is #370DA3. Grayscale: #D4D4D4. Windows color (decimal): -3607972 or 6091464. OLE color: 6091464.
HSL color Cylindrical-coordinate representation of color #C8F25C: hue angle of 76.8º 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 #C8F25C is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 92 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.05 |
| HSL | 76.8º | 0.85% | 0.65% | - |
| HSV(B) | 76.8º | 0.62% | 0.95% | - |
| XYZ | 57.5 | 76.56 | 21.87 | - |
| YUV | 212.34 | 60.09 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 92 | 0.17 | 0 | 0.62 | 0.05 | 76.8 | 0.85 | 0.65 |
| Hex | C8 | F2 | 5C | 11 | 0 | 3E | 5 | 4D | 55 | 41 |
| Octal | 310 | 362 | 134 | 21 | 0 | 76 | 5 | 115 | 125 | 101 |
| Binary | 11001000 | 11110010 | 1011100 | 10001 | 0 | 111110 | 101 | 1001101 | 1010101 | 1000001 |
Color Harmonies of #C8F25C
Complementary color
Monochromatic Colors of #C8F25C
Black with #C8F25C
Text Example
Text Example
White with #C8F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F25C; }
p { color: rgb(200,242,92); }
H1.HeaderClassName
{
color: #C8F25C;
}
.AnyTagClassName
{
color: #C8F25C;
}
</style>
background-color css
<style>
a { background-color: #C8F25C; }
a { background-color: rgb(200,242,92); }
div.DivClassName
{
background-color: #C8F25C;
}
.BgClassName
{
background-color: #C8F25C;
}
</style>
border-color css
<style>
span { border-color: #C8F25C; }
span { border-color: rgb(200,242,92); }
td.TdClassName
{
border-color: #C8F25C;
}
.TagClassName
{
border-color: #C8F25C;
}
</style>