Shades of Mindaro #CEE45C
Tints of Mindaro #CEE45C
RGB
CMYK
RGB Variations
Color information
#CEE45C (or 0xCEE45C) is known color: Mindaro. HEX triplet: CE, E4 and 5C. RGB value is (206,228,92). Sum of RGB (Red+Green+Blue) = 206+228+92=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE45C is #311BA3. Grayscale: #CECECE. Windows color (decimal): -3218340 or 6087886. OLE color: 6087886.
HSL color Cylindrical-coordinate representation of color #CEE45C: hue angle of 69.71º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEE45C is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 92 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.11 |
| HSL | 69.71º | 0.72% | 0.63% | - |
| HSV(B) | 69.71º | 0.6% | 0.89% | - |
| XYZ | 55.13 | 69.38 | 20.61 | - |
| YUV | 205.92 | 63.71 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 92 | 0.10 | 0 | 0.60 | 0.11 | 69.71 | 0.72 | 0.63 |
| Hex | CE | E4 | 5C | A | 0 | 3C | B | 46 | 48 | 3F |
| Octal | 316 | 344 | 134 | 12 | 0 | 74 | 13 | 106 | 110 | 77 |
| Binary | 11001110 | 11100100 | 1011100 | 1010 | 0 | 111100 | 1011 | 1000110 | 1001000 | 111111 |
Color Harmonies of #CEE45C
Complementary color
Monochromatic Colors of #CEE45C
Black with #CEE45C
Text Example
Text Example
White with #CEE45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE45C; }
p { color: rgb(206,228,92); }
H1.HeaderClassName
{
color: #CEE45C;
}
.AnyTagClassName
{
color: #CEE45C;
}
</style>
background-color css
<style>
a { background-color: #CEE45C; }
a { background-color: rgb(206,228,92); }
div.DivClassName
{
background-color: #CEE45C;
}
.BgClassName
{
background-color: #CEE45C;
}
</style>
border-color css
<style>
span { border-color: #CEE45C; }
span { border-color: rgb(206,228,92); }
td.TdClassName
{
border-color: #CEE45C;
}
.TagClassName
{
border-color: #CEE45C;
}
</style>