Shades of Mindaro #CEE46B
Tints of Mindaro #CEE46B
RGB
CMYK
RGB Variations
Color information
#CEE46B (or 0xCEE46B) is known color: Mindaro. HEX triplet: CE, E4 and 6B. RGB value is (206,228,107). Sum of RGB (Red+Green+Blue) = 206+228+107=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE46B is #311B94. Grayscale: #D0D0D0. Windows color (decimal): -3218325 or 7070926. OLE color: 7070926.
HSL color Cylindrical-coordinate representation of color #CEE46B: hue angle of 70.91º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEE46B is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 107 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.11 |
| HSL | 70.91º | 0.69% | 0.66% | - |
| HSV(B) | 70.91º | 0.53% | 0.89% | - |
| XYZ | 55.85 | 69.67 | 24.41 | - |
| YUV | 207.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 107 | 0.10 | 0 | 0.53 | 0.11 | 70.91 | 0.69 | 0.66 |
| Hex | CE | E4 | 6B | A | 0 | 35 | B | 47 | 45 | 42 |
| Octal | 316 | 344 | 153 | 12 | 0 | 65 | 13 | 107 | 105 | 102 |
| Binary | 11001110 | 11100100 | 1101011 | 1010 | 0 | 110101 | 1011 | 1000111 | 1000101 | 1000010 |
Color Harmonies of #CEE46B
Complementary color
Monochromatic Colors of #CEE46B
Black with #CEE46B
Text Example
Text Example
White with #CEE46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE46B; }
p { color: rgb(206,228,107); }
H1.HeaderClassName
{
color: #CEE46B;
}
.AnyTagClassName
{
color: #CEE46B;
}
</style>
background-color css
<style>
a { background-color: #CEE46B; }
a { background-color: rgb(206,228,107); }
div.DivClassName
{
background-color: #CEE46B;
}
.BgClassName
{
background-color: #CEE46B;
}
</style>
border-color css
<style>
span { border-color: #CEE46B; }
span { border-color: rgb(206,228,107); }
td.TdClassName
{
border-color: #CEE46B;
}
.TagClassName
{
border-color: #CEE46B;
}
</style>