Shades of Mindaro #C9EB68
Tints of Mindaro #C9EB68
RGB
CMYK
RGB Variations
Color information
#C9EB68 (or 0xC9EB68) is known color: Mindaro. HEX triplet: C9, EB and 68. RGB value is (201,235,104). Sum of RGB (Red+Green+Blue) = 201+235+104=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EB68 is #361497. Grayscale: #D2D2D2. Windows color (decimal): -3544216 or 6876105. OLE color: 6876105.
HSL color Cylindrical-coordinate representation of color #C9EB68: hue angle of 75.57º degrees, saturation: 0.77, 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 #C9EB68 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 104 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.08 |
| HSL | 75.57º | 0.77% | 0.66% | - |
| HSV(B) | 75.57º | 0.56% | 0.92% | - |
| XYZ | 56.29 | 72.83 | 24.19 | - |
| YUV | 209.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 104 | 0.14 | 0 | 0.56 | 0.08 | 75.57 | 0.77 | 0.66 |
| Hex | C9 | EB | 68 | E | 0 | 38 | 8 | 4C | 4D | 42 |
| Octal | 311 | 353 | 150 | 16 | 0 | 70 | 10 | 114 | 115 | 102 |
| Binary | 11001001 | 11101011 | 1101000 | 1110 | 0 | 111000 | 1000 | 1001100 | 1001101 | 1000010 |
Color Harmonies of #C9EB68
Complementary color
Monochromatic Colors of #C9EB68
Black with #C9EB68
Text Example
Text Example
White with #C9EB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EB68; }
p { color: rgb(201,235,104); }
H1.HeaderClassName
{
color: #C9EB68;
}
.AnyTagClassName
{
color: #C9EB68;
}
</style>
background-color css
<style>
a { background-color: #C9EB68; }
a { background-color: rgb(201,235,104); }
div.DivClassName
{
background-color: #C9EB68;
}
.BgClassName
{
background-color: #C9EB68;
}
</style>
border-color css
<style>
span { border-color: #C9EB68; }
span { border-color: rgb(201,235,104); }
td.TdClassName
{
border-color: #C9EB68;
}
.TagClassName
{
border-color: #C9EB68;
}
</style>