Shades of Mindaro #C8EC68
Tints of Mindaro #C8EC68
RGB
CMYK
RGB Variations
Color information
#C8EC68 (or 0xC8EC68) is known color: Mindaro. HEX triplet: C8, EC and 68. RGB value is (200,236,104). Sum of RGB (Red+Green+Blue) = 200+236+104=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #C8EC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EC68 is #371397. Grayscale: #D2D2D2. Windows color (decimal): -3609496 or 6876360. OLE color: 6876360.
HSL color Cylindrical-coordinate representation of color #C8EC68: hue angle of 76.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8EC68 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 104 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.07 |
| HSL | 76.36º | 0.78% | 0.67% | - |
| HSV(B) | 76.36º | 0.56% | 0.93% | - |
| XYZ | 56.31 | 73.27 | 24.27 | - |
| YUV | 210.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 104 | 0.15 | 0 | 0.56 | 0.07 | 76.36 | 0.78 | 0.67 |
| Hex | C8 | EC | 68 | F | 0 | 38 | 7 | 4C | 4E | 43 |
| Octal | 310 | 354 | 150 | 17 | 0 | 70 | 7 | 114 | 116 | 103 |
| Binary | 11001000 | 11101100 | 1101000 | 1111 | 0 | 111000 | 111 | 1001100 | 1001110 | 1000011 |
Color Harmonies of #C8EC68
Complementary color
Monochromatic Colors of #C8EC68
Black with #C8EC68
Text Example
Text Example
White with #C8EC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EC68; }
p { color: rgb(200,236,104); }
H1.HeaderClassName
{
color: #C8EC68;
}
.AnyTagClassName
{
color: #C8EC68;
}
</style>
background-color css
<style>
a { background-color: #C8EC68; }
a { background-color: rgb(200,236,104); }
div.DivClassName
{
background-color: #C8EC68;
}
.BgClassName
{
background-color: #C8EC68;
}
</style>
border-color css
<style>
span { border-color: #C8EC68; }
span { border-color: rgb(200,236,104); }
td.TdClassName
{
border-color: #C8EC68;
}
.TagClassName
{
border-color: #C8EC68;
}
</style>