Shades of Mindaro #C6EE5F
Tints of Mindaro #C6EE5F
RGB
CMYK
RGB Variations
Color information
#C6EE5F (or 0xC6EE5F) is known color: Mindaro. HEX triplet: C6, EE and 5F. RGB value is (198,238,95). Sum of RGB (Red+Green+Blue) = 198+238+95=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #C6EE5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EE5F is #3911A0. Grayscale: #D2D2D2. Windows color (decimal): -3740065 or 6287046. OLE color: 6287046.
HSL color Cylindrical-coordinate representation of color #C6EE5F: hue angle of 76.78º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6EE5F is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 238 | 95 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.07 |
| HSL | 76.78º | 0.81% | 0.65% | - |
| HSV(B) | 76.78º | 0.6% | 0.93% | - |
| XYZ | 55.93 | 73.98 | 22.16 | - |
| YUV | 209.74 | 63.25 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 238 | 95 | 0.17 | 0 | 0.60 | 0.07 | 76.78 | 0.81 | 0.65 |
| Hex | C6 | EE | 5F | 11 | 0 | 3C | 7 | 4D | 51 | 41 |
| Octal | 306 | 356 | 137 | 21 | 0 | 74 | 7 | 115 | 121 | 101 |
| Binary | 11000110 | 11101110 | 1011111 | 10001 | 0 | 111100 | 111 | 1001101 | 1010001 | 1000001 |
Color Harmonies of #C6EE5F
Complementary color
Monochromatic Colors of #C6EE5F
Black with #C6EE5F
Text Example
Text Example
White with #C6EE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EE5F; }
p { color: rgb(198,238,95); }
H1.HeaderClassName
{
color: #C6EE5F;
}
.AnyTagClassName
{
color: #C6EE5F;
}
</style>
background-color css
<style>
a { background-color: #C6EE5F; }
a { background-color: rgb(198,238,95); }
div.DivClassName
{
background-color: #C6EE5F;
}
.BgClassName
{
background-color: #C6EE5F;
}
</style>
border-color css
<style>
span { border-color: #C6EE5F; }
span { border-color: rgb(198,238,95); }
td.TdClassName
{
border-color: #C6EE5F;
}
.TagClassName
{
border-color: #C6EE5F;
}
</style>