Shades of Mindaro #CEE85B
Tints of Mindaro #CEE85B
RGB
CMYK
RGB Variations
Color information
#CEE85B (or 0xCEE85B) is known color: Mindaro. HEX triplet: CE, E8 and 5B. RGB value is (206,232,91). Sum of RGB (Red+Green+Blue) = 206+232+91=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE85B is #3117A4. Grayscale: #D0D0D0. Windows color (decimal): -3217317 or 6023374. OLE color: 6023374.
HSL color Cylindrical-coordinate representation of color #CEE85B: hue angle of 71.06º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEE85B is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 91 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.09 |
| HSL | 71.06º | 0.75% | 0.63% | - |
| HSV(B) | 71.06º | 0.61% | 0.91% | - |
| XYZ | 56.2 | 71.59 | 20.75 | - |
| YUV | 208.15 | 61.89 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 91 | 0.11 | 0 | 0.61 | 0.09 | 71.06 | 0.75 | 0.63 |
| Hex | CE | E8 | 5B | B | 0 | 3D | 9 | 47 | 4B | 3F |
| Octal | 316 | 350 | 133 | 13 | 0 | 75 | 11 | 107 | 113 | 77 |
| Binary | 11001110 | 11101000 | 1011011 | 1011 | 0 | 111101 | 1001 | 1000111 | 1001011 | 111111 |
Color Harmonies of #CEE85B
Complementary color
Monochromatic Colors of #CEE85B
Black with #CEE85B
Text Example
Text Example
White with #CEE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE85B; }
p { color: rgb(206,232,91); }
H1.HeaderClassName
{
color: #CEE85B;
}
.AnyTagClassName
{
color: #CEE85B;
}
</style>
background-color css
<style>
a { background-color: #CEE85B; }
a { background-color: rgb(206,232,91); }
div.DivClassName
{
background-color: #CEE85B;
}
.BgClassName
{
background-color: #CEE85B;
}
</style>
border-color css
<style>
span { border-color: #CEE85B; }
span { border-color: rgb(206,232,91); }
td.TdClassName
{
border-color: #CEE85B;
}
.TagClassName
{
border-color: #CEE85B;
}
</style>