Shades of Mindaro #CEE85C
Tints of Mindaro #CEE85C
RGB
CMYK
RGB Variations
Color information
#CEE85C (or 0xCEE85C) is known color: Mindaro. HEX triplet: CE, E8 and 5C. RGB value is (206,232,92). Sum of RGB (Red+Green+Blue) = 206+232+92=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE85C is #3117A3. Grayscale: #D0D0D0. Windows color (decimal): -3217316 or 6088910. OLE color: 6088910.
HSL color Cylindrical-coordinate representation of color #CEE85C: hue angle of 71.14º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEE85C is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 92 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.09 |
| HSL | 71.14º | 0.75% | 0.64% | - |
| HSV(B) | 71.14º | 0.6% | 0.91% | - |
| XYZ | 56.24 | 71.61 | 20.98 | - |
| YUV | 208.27 | 62.39 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 92 | 0.11 | 0 | 0.60 | 0.09 | 71.14 | 0.75 | 0.64 |
| Hex | CE | E8 | 5C | B | 0 | 3C | 9 | 47 | 4B | 40 |
| Octal | 316 | 350 | 134 | 13 | 0 | 74 | 11 | 107 | 113 | 100 |
| Binary | 11001110 | 11101000 | 1011100 | 1011 | 0 | 111100 | 1001 | 1000111 | 1001011 | 1000000 |
Color Harmonies of #CEE85C
Complementary color
Monochromatic Colors of #CEE85C
Black with #CEE85C
Text Example
Text Example
White with #CEE85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE85C; }
p { color: rgb(206,232,92); }
H1.HeaderClassName
{
color: #CEE85C;
}
.AnyTagClassName
{
color: #CEE85C;
}
</style>
background-color css
<style>
a { background-color: #CEE85C; }
a { background-color: rgb(206,232,92); }
div.DivClassName
{
background-color: #CEE85C;
}
.BgClassName
{
background-color: #CEE85C;
}
</style>
border-color css
<style>
span { border-color: #CEE85C; }
span { border-color: rgb(206,232,92); }
td.TdClassName
{
border-color: #CEE85C;
}
.TagClassName
{
border-color: #CEE85C;
}
</style>