Shades of Mindaro #C8F067
Tints of Mindaro #C8F067
RGB
CMYK
RGB Variations
Color information
#C8F067 (or 0xC8F067) is known color: Mindaro. HEX triplet: C8, F0 and 67. RGB value is (200,240,103). Sum of RGB (Red+Green+Blue) = 200+240+103=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F067 is #370F98. Grayscale: #D4D4D4. Windows color (decimal): -3608473 or 6811848. OLE color: 6811848.
HSL color Cylindrical-coordinate representation of color #C8F067: hue angle of 77.52º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8F067 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 103 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.06 |
| HSL | 77.52º | 0.82% | 0.67% | - |
| HSV(B) | 77.52º | 0.57% | 0.94% | - |
| XYZ | 57.43 | 75.58 | 24.39 | - |
| YUV | 212.42 | 66.25 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 103 | 0.17 | 0 | 0.57 | 0.06 | 77.52 | 0.82 | 0.67 |
| Hex | C8 | F0 | 67 | 11 | 0 | 39 | 6 | 4E | 52 | 43 |
| Octal | 310 | 360 | 147 | 21 | 0 | 71 | 6 | 116 | 122 | 103 |
| Binary | 11001000 | 11110000 | 1100111 | 10001 | 0 | 111001 | 110 | 1001110 | 1010010 | 1000011 |
Color Harmonies of #C8F067
Complementary color
Monochromatic Colors of #C8F067
Black with #C8F067
Text Example
Text Example
White with #C8F067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F067; }
p { color: rgb(200,240,103); }
H1.HeaderClassName
{
color: #C8F067;
}
.AnyTagClassName
{
color: #C8F067;
}
</style>
background-color css
<style>
a { background-color: #C8F067; }
a { background-color: rgb(200,240,103); }
div.DivClassName
{
background-color: #C8F067;
}
.BgClassName
{
background-color: #C8F067;
}
</style>
border-color css
<style>
span { border-color: #C8F067; }
span { border-color: rgb(200,240,103); }
td.TdClassName
{
border-color: #C8F067;
}
.TagClassName
{
border-color: #C8F067;
}
</style>