Shades of Mindaro #C8EA68
Tints of Mindaro #C8EA68
RGB
CMYK
RGB Variations
Color information
#C8EA68 (or 0xC8EA68) is known color: Mindaro. HEX triplet: C8, EA and 68. RGB value is (200,234,104). Sum of RGB (Red+Green+Blue) = 200+234+104=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EA68 is #371597. Grayscale: #D1D1D1. Windows color (decimal): -3610008 or 6875848. OLE color: 6875848.
HSL color Cylindrical-coordinate representation of color #C8EA68: hue angle of 75.69º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8EA68 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 104 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.08 |
| HSL | 75.69º | 0.76% | 0.66% | - |
| HSV(B) | 75.69º | 0.56% | 0.92% | - |
| XYZ | 55.74 | 72.12 | 24.08 | - |
| YUV | 209.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 104 | 0.15 | 0 | 0.56 | 0.08 | 75.69 | 0.76 | 0.66 |
| Hex | C8 | EA | 68 | F | 0 | 38 | 8 | 4C | 4C | 42 |
| Octal | 310 | 352 | 150 | 17 | 0 | 70 | 10 | 114 | 114 | 102 |
| Binary | 11001000 | 11101010 | 1101000 | 1111 | 0 | 111000 | 1000 | 1001100 | 1001100 | 1000010 |
Color Harmonies of #C8EA68
Complementary color
Monochromatic Colors of #C8EA68
Black with #C8EA68
Text Example
Text Example
White with #C8EA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA68; }
p { color: rgb(200,234,104); }
H1.HeaderClassName
{
color: #C8EA68;
}
.AnyTagClassName
{
color: #C8EA68;
}
</style>
background-color css
<style>
a { background-color: #C8EA68; }
a { background-color: rgb(200,234,104); }
div.DivClassName
{
background-color: #C8EA68;
}
.BgClassName
{
background-color: #C8EA68;
}
</style>
border-color css
<style>
span { border-color: #C8EA68; }
span { border-color: rgb(200,234,104); }
td.TdClassName
{
border-color: #C8EA68;
}
.TagClassName
{
border-color: #C8EA68;
}
</style>