Shades of Mindaro #CEE374
Tints of Mindaro #CEE374
RGB
CMYK
RGB Variations
Color information
#CEE374 (or 0xCEE374) is known color: Mindaro. HEX triplet: CE, E3 and 74. RGB value is (206,227,116). Sum of RGB (Red+Green+Blue) = 206+227+116=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE374 is #311C8B. Grayscale: #D0D0D0. Windows color (decimal): -3218572 or 7660494. OLE color: 7660494.
HSL color Cylindrical-coordinate representation of color #CEE374: hue angle of 71.35º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEE374 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 116 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.11 |
| HSL | 71.35º | 0.66% | 0.67% | - |
| HSV(B) | 71.35º | 0.49% | 0.89% | - |
| XYZ | 56.08 | 69.32 | 26.95 | - |
| YUV | 208.07 | 76.04 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 116 | 0.09 | 0 | 0.49 | 0.11 | 71.35 | 0.66 | 0.67 |
| Hex | CE | E3 | 74 | 9 | 0 | 31 | B | 47 | 42 | 43 |
| Octal | 316 | 343 | 164 | 11 | 0 | 61 | 13 | 107 | 102 | 103 |
| Binary | 11001110 | 11100011 | 1110100 | 1001 | 0 | 110001 | 1011 | 1000111 | 1000010 | 1000011 |
Color Harmonies of #CEE374
Complementary color
Monochromatic Colors of #CEE374
Black with #CEE374
Text Example
Text Example
White with #CEE374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE374; }
p { color: rgb(206,227,116); }
H1.HeaderClassName
{
color: #CEE374;
}
.AnyTagClassName
{
color: #CEE374;
}
</style>
background-color css
<style>
a { background-color: #CEE374; }
a { background-color: rgb(206,227,116); }
div.DivClassName
{
background-color: #CEE374;
}
.BgClassName
{
background-color: #CEE374;
}
</style>
border-color css
<style>
span { border-color: #CEE374; }
span { border-color: rgb(206,227,116); }
td.TdClassName
{
border-color: #CEE374;
}
.TagClassName
{
border-color: #CEE374;
}
</style>