Shades of Mindaro #CEE277
Tints of Mindaro #CEE277
RGB
CMYK
RGB Variations
Color information
#CEE277 (or 0xCEE277) is known color: Mindaro. HEX triplet: CE, E2 and 77. RGB value is (206,226,119). Sum of RGB (Red+Green+Blue) = 206+226+119=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 119 (46.88% from 255 or 21.60% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE277 is #311D88. Grayscale: #D0D0D0. Windows color (decimal): -3218825 or 7856846. OLE color: 7856846.
HSL color Cylindrical-coordinate representation of color #CEE277: hue angle of 71.21º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEE277 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 119 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.11 |
| HSL | 71.21º | 0.65% | 0.68% | - |
| HSV(B) | 71.21º | 0.47% | 0.89% | - |
| XYZ | 55.98 | 68.85 | 27.79 | - |
| YUV | 207.82 | 77.87 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 119 | 0.09 | 0 | 0.47 | 0.11 | 71.21 | 0.65 | 0.68 |
| Hex | CE | E2 | 77 | 9 | 0 | 2F | B | 47 | 41 | 44 |
| Octal | 316 | 342 | 167 | 11 | 0 | 57 | 13 | 107 | 101 | 104 |
| Binary | 11001110 | 11100010 | 1110111 | 1001 | 0 | 101111 | 1011 | 1000111 | 1000001 | 1000100 |
Color Harmonies of #CEE277
Complementary color
Monochromatic Colors of #CEE277
Black with #CEE277
Text Example
Text Example
White with #CEE277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE277; }
p { color: rgb(206,226,119); }
H1.HeaderClassName
{
color: #CEE277;
}
.AnyTagClassName
{
color: #CEE277;
}
</style>
background-color css
<style>
a { background-color: #CEE277; }
a { background-color: rgb(206,226,119); }
div.DivClassName
{
background-color: #CEE277;
}
.BgClassName
{
background-color: #CEE277;
}
</style>
border-color css
<style>
span { border-color: #CEE277; }
span { border-color: rgb(206,226,119); }
td.TdClassName
{
border-color: #CEE277;
}
.TagClassName
{
border-color: #CEE277;
}
</style>