Shades of Mindaro #C8EF61
Tints of Mindaro #C8EF61
RGB
CMYK
RGB Variations
Color information
#C8EF61 (or 0xC8EF61) is known color: Mindaro. HEX triplet: C8, EF and 61. RGB value is (200,239,97). Sum of RGB (Red+Green+Blue) = 200+239+97=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EF61 is #37109E. Grayscale: #D3D3D3. Windows color (decimal): -3608735 or 6418376. OLE color: 6418376.
HSL color Cylindrical-coordinate representation of color #C8EF61: hue angle of 76.48º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8EF61 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 97 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.06 |
| HSL | 76.48º | 0.82% | 0.66% | - |
| HSV(B) | 76.48º | 0.59% | 0.94% | - |
| XYZ | 56.84 | 74.88 | 22.77 | - |
| YUV | 211.15 | 63.58 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 97 | 0.16 | 0 | 0.59 | 0.06 | 76.48 | 0.82 | 0.66 |
| Hex | C8 | EF | 61 | 10 | 0 | 3B | 6 | 4C | 52 | 42 |
| Octal | 310 | 357 | 141 | 20 | 0 | 73 | 6 | 114 | 122 | 102 |
| Binary | 11001000 | 11101111 | 1100001 | 10000 | 0 | 111011 | 110 | 1001100 | 1010010 | 1000010 |
Color Harmonies of #C8EF61
Complementary color
Monochromatic Colors of #C8EF61
Black with #C8EF61
Text Example
Text Example
White with #C8EF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF61; }
p { color: rgb(200,239,97); }
H1.HeaderClassName
{
color: #C8EF61;
}
.AnyTagClassName
{
color: #C8EF61;
}
</style>
background-color css
<style>
a { background-color: #C8EF61; }
a { background-color: rgb(200,239,97); }
div.DivClassName
{
background-color: #C8EF61;
}
.BgClassName
{
background-color: #C8EF61;
}
</style>
border-color css
<style>
span { border-color: #C8EF61; }
span { border-color: rgb(200,239,97); }
td.TdClassName
{
border-color: #C8EF61;
}
.TagClassName
{
border-color: #C8EF61;
}
</style>