Shades of Mindaro #C8EF5F
Tints of Mindaro #C8EF5F
RGB
CMYK
RGB Variations
Color information
#C8EF5F (or 0xC8EF5F) is known color: Mindaro. HEX triplet: C8, EF and 5F. RGB value is (200,239,95). Sum of RGB (Red+Green+Blue) = 200+239+95=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 95 (37.5% from 255 or 17.79% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EF5F is #3710A0. Grayscale: #D3D3D3. Windows color (decimal): -3608737 or 6287304. OLE color: 6287304.
HSL color Cylindrical-coordinate representation of color #C8EF5F: hue angle of 76.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8EF5F is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 95 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.06 |
| HSL | 76.25º | 0.82% | 0.65% | - |
| HSV(B) | 76.25º | 0.6% | 0.94% | - |
| XYZ | 56.75 | 74.84 | 22.28 | - |
| YUV | 210.92 | 62.58 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 95 | 0.16 | 0 | 0.60 | 0.06 | 76.25 | 0.82 | 0.65 |
| Hex | C8 | EF | 5F | 10 | 0 | 3C | 6 | 4C | 52 | 41 |
| Octal | 310 | 357 | 137 | 20 | 0 | 74 | 6 | 114 | 122 | 101 |
| Binary | 11001000 | 11101111 | 1011111 | 10000 | 0 | 111100 | 110 | 1001100 | 1010010 | 1000001 |
Color Harmonies of #C8EF5F
Complementary color
Monochromatic Colors of #C8EF5F
Black with #C8EF5F
Text Example
Text Example
White with #C8EF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF5F; }
p { color: rgb(200,239,95); }
H1.HeaderClassName
{
color: #C8EF5F;
}
.AnyTagClassName
{
color: #C8EF5F;
}
</style>
background-color css
<style>
a { background-color: #C8EF5F; }
a { background-color: rgb(200,239,95); }
div.DivClassName
{
background-color: #C8EF5F;
}
.BgClassName
{
background-color: #C8EF5F;
}
</style>
border-color css
<style>
span { border-color: #C8EF5F; }
span { border-color: rgb(200,239,95); }
td.TdClassName
{
border-color: #C8EF5F;
}
.TagClassName
{
border-color: #C8EF5F;
}
</style>