Shades of Mindaro #CEEE6B
Tints of Mindaro #CEEE6B
RGB
CMYK
RGB Variations
Color information
#CEEE6B (or 0xCEEE6B) is known color: Mindaro. HEX triplet: CE, EE and 6B. RGB value is (206,238,107). Sum of RGB (Red+Green+Blue) = 206+238+107=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE6B is #311194. Grayscale: #D5D5D5. Windows color (decimal): -3215765 or 7073486. OLE color: 7073486.
HSL color Cylindrical-coordinate representation of color #CEEE6B: hue angle of 74.66º 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 #CEEE6B is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 107 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.07 |
| HSL | 74.66º | 0.79% | 0.68% | - |
| HSV(B) | 74.66º | 0.55% | 0.93% | - |
| XYZ | 58.68 | 75.33 | 25.36 | - |
| YUV | 213.5 | 67.9 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 107 | 0.13 | 0 | 0.55 | 0.07 | 74.66 | 0.79 | 0.68 |
| Hex | CE | EE | 6B | D | 0 | 37 | 7 | 4B | 4F | 44 |
| Octal | 316 | 356 | 153 | 15 | 0 | 67 | 7 | 113 | 117 | 104 |
| Binary | 11001110 | 11101110 | 1101011 | 1101 | 0 | 110111 | 111 | 1001011 | 1001111 | 1000100 |
Color Harmonies of #CEEE6B
Complementary color
Monochromatic Colors of #CEEE6B
Black with #CEEE6B
Text Example
Text Example
White with #CEEE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE6B; }
p { color: rgb(206,238,107); }
H1.HeaderClassName
{
color: #CEEE6B;
}
.AnyTagClassName
{
color: #CEEE6B;
}
</style>
background-color css
<style>
a { background-color: #CEEE6B; }
a { background-color: rgb(206,238,107); }
div.DivClassName
{
background-color: #CEEE6B;
}
.BgClassName
{
background-color: #CEEE6B;
}
</style>
border-color css
<style>
span { border-color: #CEEE6B; }
span { border-color: rgb(206,238,107); }
td.TdClassName
{
border-color: #CEEE6B;
}
.TagClassName
{
border-color: #CEEE6B;
}
</style>