Shades of Mindaro #CEE973
Tints of Mindaro #CEE973
RGB
CMYK
RGB Variations
Color information
#CEE973 (or 0xCEE973) is known color: Mindaro. HEX triplet: CE, E9 and 73. RGB value is (206,233,115). Sum of RGB (Red+Green+Blue) = 206+233+115=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE973 is #31168C. Grayscale: #D3D3D3. Windows color (decimal): -3217037 or 7596494. OLE color: 7596494.
HSL color Cylindrical-coordinate representation of color #CEE973: hue angle of 73.73º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEE973 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 115 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.09 |
| HSL | 73.73º | 0.73% | 0.68% | - |
| HSV(B) | 73.73º | 0.51% | 0.91% | - |
| XYZ | 57.69 | 72.64 | 27.2 | - |
| YUV | 211.48 | 73.55 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 115 | 0.12 | 0 | 0.51 | 0.09 | 73.73 | 0.73 | 0.68 |
| Hex | CE | E9 | 73 | C | 0 | 33 | 9 | 4A | 49 | 44 |
| Octal | 316 | 351 | 163 | 14 | 0 | 63 | 11 | 112 | 111 | 104 |
| Binary | 11001110 | 11101001 | 1110011 | 1100 | 0 | 110011 | 1001 | 1001010 | 1001001 | 1000100 |
Color Harmonies of #CEE973
Complementary color
Monochromatic Colors of #CEE973
Black with #CEE973
Text Example
Text Example
White with #CEE973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE973; }
p { color: rgb(206,233,115); }
H1.HeaderClassName
{
color: #CEE973;
}
.AnyTagClassName
{
color: #CEE973;
}
</style>
background-color css
<style>
a { background-color: #CEE973; }
a { background-color: rgb(206,233,115); }
div.DivClassName
{
background-color: #CEE973;
}
.BgClassName
{
background-color: #CEE973;
}
</style>
border-color css
<style>
span { border-color: #CEE973; }
span { border-color: rgb(206,233,115); }
td.TdClassName
{
border-color: #CEE973;
}
.TagClassName
{
border-color: #CEE973;
}
</style>