Shades of Mindaro #C8F061
Tints of Mindaro #C8F061
RGB
CMYK
RGB Variations
Color information
#C8F061 (or 0xC8F061) is known color: Mindaro. HEX triplet: C8, F0 and 61. RGB value is (200,240,97). Sum of RGB (Red+Green+Blue) = 200+240+97=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F061 is #370F9E. Grayscale: #D4D4D4. Windows color (decimal): -3608479 or 6418632. OLE color: 6418632.
HSL color Cylindrical-coordinate representation of color #C8F061: hue angle of 76.78º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8F061 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 97 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.06 |
| HSL | 76.78º | 0.83% | 0.66% | - |
| HSV(B) | 76.78º | 0.6% | 0.94% | - |
| XYZ | 57.14 | 75.46 | 22.86 | - |
| YUV | 211.74 | 63.25 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 97 | 0.17 | 0 | 0.60 | 0.06 | 76.78 | 0.83 | 0.66 |
| Hex | C8 | F0 | 61 | 11 | 0 | 3C | 6 | 4D | 53 | 42 |
| Octal | 310 | 360 | 141 | 21 | 0 | 74 | 6 | 115 | 123 | 102 |
| Binary | 11001000 | 11110000 | 1100001 | 10001 | 0 | 111100 | 110 | 1001101 | 1010011 | 1000010 |
Color Harmonies of #C8F061
Complementary color
Monochromatic Colors of #C8F061
Black with #C8F061
Text Example
Text Example
White with #C8F061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F061; }
p { color: rgb(200,240,97); }
H1.HeaderClassName
{
color: #C8F061;
}
.AnyTagClassName
{
color: #C8F061;
}
</style>
background-color css
<style>
a { background-color: #C8F061; }
a { background-color: rgb(200,240,97); }
div.DivClassName
{
background-color: #C8F061;
}
.BgClassName
{
background-color: #C8F061;
}
</style>
border-color css
<style>
span { border-color: #C8F061; }
span { border-color: rgb(200,240,97); }
td.TdClassName
{
border-color: #C8F061;
}
.TagClassName
{
border-color: #C8F061;
}
</style>