Shades of Mindaro #CEEE6C
Tints of Mindaro #CEEE6C
RGB
CMYK
RGB Variations
Color information
#CEEE6C (or 0xCEEE6C) is known color: Mindaro. HEX triplet: CE, EE and 6C. RGB value is (206,238,108). Sum of RGB (Red+Green+Blue) = 206+238+108=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE6C is #311193. Grayscale: #D6D6D6. Windows color (decimal): -3215764 or 7139022. OLE color: 7139022.
HSL color Cylindrical-coordinate representation of color #CEEE6C: hue angle of 74.77º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEEE6C is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 108 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.07 |
| HSL | 74.77º | 0.79% | 0.68% | - |
| HSV(B) | 74.77º | 0.55% | 0.93% | - |
| XYZ | 58.73 | 75.35 | 25.64 | - |
| YUV | 213.61 | 68.4 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 108 | 0.13 | 0 | 0.55 | 0.07 | 74.77 | 0.79 | 0.68 |
| Hex | CE | EE | 6C | D | 0 | 37 | 7 | 4B | 4F | 44 |
| Octal | 316 | 356 | 154 | 15 | 0 | 67 | 7 | 113 | 117 | 104 |
| Binary | 11001110 | 11101110 | 1101100 | 1101 | 0 | 110111 | 111 | 1001011 | 1001111 | 1000100 |
Color Harmonies of #CEEE6C
Complementary color
Monochromatic Colors of #CEEE6C
Black with #CEEE6C
Text Example
Text Example
White with #CEEE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE6C; }
p { color: rgb(206,238,108); }
H1.HeaderClassName
{
color: #CEEE6C;
}
.AnyTagClassName
{
color: #CEEE6C;
}
</style>
background-color css
<style>
a { background-color: #CEEE6C; }
a { background-color: rgb(206,238,108); }
div.DivClassName
{
background-color: #CEEE6C;
}
.BgClassName
{
background-color: #CEEE6C;
}
</style>
border-color css
<style>
span { border-color: #CEEE6C; }
span { border-color: rgb(206,238,108); }
td.TdClassName
{
border-color: #CEEE6C;
}
.TagClassName
{
border-color: #CEEE6C;
}
</style>