Shades of Mindaro #CEE15D
Tints of Mindaro #CEE15D
RGB
CMYK
RGB Variations
Color information
#CEE15D (or 0xCEE15D) is known color: Mindaro. HEX triplet: CE, E1 and 5D. RGB value is (206,225,93). Sum of RGB (Red+Green+Blue) = 206+225+93=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE15D is #311EA2. Grayscale: #CCCCCC. Windows color (decimal): -3219107 or 6152654. OLE color: 6152654.
HSL color Cylindrical-coordinate representation of color #CEE15D: hue angle of 68.64º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEE15D is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 93 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.12 |
| HSL | 68.64º | 0.69% | 0.62% | - |
| HSV(B) | 68.64º | 0.59% | 0.88% | - |
| XYZ | 54.35 | 67.76 | 20.57 | - |
| YUV | 204.27 | 65.21 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 93 | 0.08 | 0 | 0.59 | 0.12 | 68.64 | 0.69 | 0.62 |
| Hex | CE | E1 | 5D | 8 | 0 | 3B | C | 45 | 45 | 3E |
| Octal | 316 | 341 | 135 | 10 | 0 | 73 | 14 | 105 | 105 | 76 |
| Binary | 11001110 | 11100001 | 1011101 | 1000 | 0 | 111011 | 1100 | 1000101 | 1000101 | 111110 |
Color Harmonies of #CEE15D
Complementary color
Monochromatic Colors of #CEE15D
Black with #CEE15D
Text Example
Text Example
White with #CEE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE15D; }
p { color: rgb(206,225,93); }
H1.HeaderClassName
{
color: #CEE15D;
}
.AnyTagClassName
{
color: #CEE15D;
}
</style>
background-color css
<style>
a { background-color: #CEE15D; }
a { background-color: rgb(206,225,93); }
div.DivClassName
{
background-color: #CEE15D;
}
.BgClassName
{
background-color: #CEE15D;
}
</style>
border-color css
<style>
span { border-color: #CEE15D; }
span { border-color: rgb(206,225,93); }
td.TdClassName
{
border-color: #CEE15D;
}
.TagClassName
{
border-color: #CEE15D;
}
</style>