Shades of Mindaro #C8F266
Tints of Mindaro #C8F266
RGB
CMYK
RGB Variations
Color information
#C8F266 (or 0xC8F266) is known color: Mindaro. HEX triplet: C8, F2 and 66. RGB value is (200,242,102). Sum of RGB (Red+Green+Blue) = 200+242+102=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F266 is #370D99. Grayscale: #D6D6D6. Windows color (decimal): -3607962 or 6746824. OLE color: 6746824.
HSL color Cylindrical-coordinate representation of color #C8F266: hue angle of 78º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8F266 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 102 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.05 |
| HSL | 78º | 0.84% | 0.67% | - |
| HSV(B) | 78º | 0.58% | 0.95% | - |
| XYZ | 57.97 | 76.74 | 24.33 | - |
| YUV | 213.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 102 | 0.17 | 0 | 0.58 | 0.05 | 78 | 0.84 | 0.67 |
| Hex | C8 | F2 | 66 | 11 | 0 | 3A | 5 | 4E | 54 | 43 |
| Octal | 310 | 362 | 146 | 21 | 0 | 72 | 5 | 116 | 124 | 103 |
| Binary | 11001000 | 11110010 | 1100110 | 10001 | 0 | 111010 | 101 | 1001110 | 1010100 | 1000011 |
Color Harmonies of #C8F266
Complementary color
Monochromatic Colors of #C8F266
Black with #C8F266
Text Example
Text Example
White with #C8F266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F266; }
p { color: rgb(200,242,102); }
H1.HeaderClassName
{
color: #C8F266;
}
.AnyTagClassName
{
color: #C8F266;
}
</style>
background-color css
<style>
a { background-color: #C8F266; }
a { background-color: rgb(200,242,102); }
div.DivClassName
{
background-color: #C8F266;
}
.BgClassName
{
background-color: #C8F266;
}
</style>
border-color css
<style>
span { border-color: #C8F266; }
span { border-color: rgb(200,242,102); }
td.TdClassName
{
border-color: #C8F266;
}
.TagClassName
{
border-color: #C8F266;
}
</style>