Shades of Mindaro #C8EA69
Tints of Mindaro #C8EA69
RGB
CMYK
RGB Variations
Color information
#C8EA69 (or 0xC8EA69) is known color: Mindaro. HEX triplet: C8, EA and 69. RGB value is (200,234,105). Sum of RGB (Red+Green+Blue) = 200+234+105=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EA69 is #371596. Grayscale: #D1D1D1. Windows color (decimal): -3610007 or 6941384. OLE color: 6941384.
HSL color Cylindrical-coordinate representation of color #C8EA69: hue angle of 75.81º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8EA69 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 105 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.08 |
| HSL | 75.81º | 0.75% | 0.66% | - |
| HSV(B) | 75.81º | 0.55% | 0.92% | - |
| XYZ | 55.79 | 72.14 | 24.35 | - |
| YUV | 209.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 105 | 0.15 | 0 | 0.55 | 0.08 | 75.81 | 0.75 | 0.66 |
| Hex | C8 | EA | 69 | F | 0 | 37 | 8 | 4C | 4B | 42 |
| Octal | 310 | 352 | 151 | 17 | 0 | 67 | 10 | 114 | 113 | 102 |
| Binary | 11001000 | 11101010 | 1101001 | 1111 | 0 | 110111 | 1000 | 1001100 | 1001011 | 1000010 |
Color Harmonies of #C8EA69
Complementary color
Monochromatic Colors of #C8EA69
Black with #C8EA69
Text Example
Text Example
White with #C8EA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA69; }
p { color: rgb(200,234,105); }
H1.HeaderClassName
{
color: #C8EA69;
}
.AnyTagClassName
{
color: #C8EA69;
}
</style>
background-color css
<style>
a { background-color: #C8EA69; }
a { background-color: rgb(200,234,105); }
div.DivClassName
{
background-color: #C8EA69;
}
.BgClassName
{
background-color: #C8EA69;
}
</style>
border-color css
<style>
span { border-color: #C8EA69; }
span { border-color: rgb(200,234,105); }
td.TdClassName
{
border-color: #C8EA69;
}
.TagClassName
{
border-color: #C8EA69;
}
</style>