Shades of Mindaro #CEEE5A
Tints of Mindaro #CEEE5A
RGB
CMYK
RGB Variations
Color information
#CEEE5A (or 0xCEEE5A) is known color: Mindaro. HEX triplet: CE, EE and 5A. RGB value is (206,238,90). Sum of RGB (Red+Green+Blue) = 206+238+90=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE5A is #3111A5. Grayscale: #D4D4D4. Windows color (decimal): -3215782 or 5959374. OLE color: 5959374.
HSL color Cylindrical-coordinate representation of color #CEEE5A: hue angle of 72.97º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEEE5A is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 90 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.07 |
| HSL | 72.97º | 0.81% | 0.64% | - |
| HSV(B) | 72.97º | 0.62% | 0.93% | - |
| XYZ | 57.87 | 75.01 | 21.1 | - |
| YUV | 211.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 90 | 0.13 | 0 | 0.62 | 0.07 | 72.97 | 0.81 | 0.64 |
| Hex | CE | EE | 5A | D | 0 | 3E | 7 | 49 | 51 | 40 |
| Octal | 316 | 356 | 132 | 15 | 0 | 76 | 7 | 111 | 121 | 100 |
| Binary | 11001110 | 11101110 | 1011010 | 1101 | 0 | 111110 | 111 | 1001001 | 1010001 | 1000000 |
Color Harmonies of #CEEE5A
Complementary color
Monochromatic Colors of #CEEE5A
Black with #CEEE5A
Text Example
Text Example
White with #CEEE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE5A; }
p { color: rgb(206,238,90); }
H1.HeaderClassName
{
color: #CEEE5A;
}
.AnyTagClassName
{
color: #CEEE5A;
}
</style>
background-color css
<style>
a { background-color: #CEEE5A; }
a { background-color: rgb(206,238,90); }
div.DivClassName
{
background-color: #CEEE5A;
}
.BgClassName
{
background-color: #CEEE5A;
}
</style>
border-color css
<style>
span { border-color: #CEEE5A; }
span { border-color: rgb(206,238,90); }
td.TdClassName
{
border-color: #CEEE5A;
}
.TagClassName
{
border-color: #CEEE5A;
}
</style>