Shades of Mindaro #CEE76D
Tints of Mindaro #CEE76D
RGB
CMYK
RGB Variations
Color information
#CEE76D (or 0xCEE76D) is known color: Mindaro. HEX triplet: CE, E7 and 6D. RGB value is (206,231,109). Sum of RGB (Red+Green+Blue) = 206+231+109=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE76D is #311892. Grayscale: #D2D2D2. Windows color (decimal): -3217555 or 7202766. OLE color: 7202766.
HSL color Cylindrical-coordinate representation of color #CEE76D: hue angle of 72.3º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEE76D is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 109 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.09 |
| HSL | 72.3º | 0.72% | 0.67% | - |
| HSV(B) | 72.3º | 0.53% | 0.91% | - |
| XYZ | 56.79 | 71.38 | 25.25 | - |
| YUV | 209.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 109 | 0.11 | 0 | 0.53 | 0.09 | 72.3 | 0.72 | 0.67 |
| Hex | CE | E7 | 6D | B | 0 | 35 | 9 | 48 | 48 | 43 |
| Octal | 316 | 347 | 155 | 13 | 0 | 65 | 11 | 110 | 110 | 103 |
| Binary | 11001110 | 11100111 | 1101101 | 1011 | 0 | 110101 | 1001 | 1001000 | 1001000 | 1000011 |
Color Harmonies of #CEE76D
Complementary color
Monochromatic Colors of #CEE76D
Black with #CEE76D
Text Example
Text Example
White with #CEE76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE76D; }
p { color: rgb(206,231,109); }
H1.HeaderClassName
{
color: #CEE76D;
}
.AnyTagClassName
{
color: #CEE76D;
}
</style>
background-color css
<style>
a { background-color: #CEE76D; }
a { background-color: rgb(206,231,109); }
div.DivClassName
{
background-color: #CEE76D;
}
.BgClassName
{
background-color: #CEE76D;
}
</style>
border-color css
<style>
span { border-color: #CEE76D; }
span { border-color: rgb(206,231,109); }
td.TdClassName
{
border-color: #CEE76D;
}
.TagClassName
{
border-color: #CEE76D;
}
</style>