Shades of Mindaro #C7EA69
Tints of Mindaro #C7EA69
RGB
CMYK
RGB Variations
Color information
#C7EA69 (or 0xC7EA69) is known color: Mindaro. HEX triplet: C7, EA and 69. RGB value is (199,234,105). Sum of RGB (Red+Green+Blue) = 199+234+105=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7EA69 is #381596. Grayscale: #D1D1D1. Windows color (decimal): -3675543 or 6941383. OLE color: 6941383.
HSL color Cylindrical-coordinate representation of color #C7EA69: hue angle of 76.28º 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 #C7EA69 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 234 | 105 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.08 |
| HSL | 76.28º | 0.75% | 0.66% | - |
| HSV(B) | 76.28º | 0.55% | 0.92% | - |
| XYZ | 55.53 | 72.01 | 24.34 | - |
| YUV | 208.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 234 | 105 | 0.15 | 0 | 0.55 | 0.08 | 76.28 | 0.75 | 0.66 |
| Hex | C7 | EA | 69 | F | 0 | 37 | 8 | 4C | 4B | 42 |
| Octal | 307 | 352 | 151 | 17 | 0 | 67 | 10 | 114 | 113 | 102 |
| Binary | 11000111 | 11101010 | 1101001 | 1111 | 0 | 110111 | 1000 | 1001100 | 1001011 | 1000010 |
Color Harmonies of #C7EA69
Complementary color
Monochromatic Colors of #C7EA69
Black with #C7EA69
Text Example
Text Example
White with #C7EA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EA69; }
p { color: rgb(199,234,105); }
H1.HeaderClassName
{
color: #C7EA69;
}
.AnyTagClassName
{
color: #C7EA69;
}
</style>
background-color css
<style>
a { background-color: #C7EA69; }
a { background-color: rgb(199,234,105); }
div.DivClassName
{
background-color: #C7EA69;
}
.BgClassName
{
background-color: #C7EA69;
}
</style>
border-color css
<style>
span { border-color: #C7EA69; }
span { border-color: rgb(199,234,105); }
td.TdClassName
{
border-color: #C7EA69;
}
.TagClassName
{
border-color: #C7EA69;
}
</style>