Shades of Sulu #D5EE8A
Tints of Sulu #D5EE8A
RGB
CMYK
RGB Variations
Color information
#D5EE8A (or 0xD5EE8A) is known color: Sulu. HEX triplet: D5, EE and 8A. RGB value is (213,238,138). Sum of RGB (Red+Green+Blue) = 213+238+138=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EE8A is #2A1175. Grayscale: #DBDBDB. Windows color (decimal): -2756982 or 9105109. OLE color: 9105109.
HSL color Cylindrical-coordinate representation of color #D5EE8A: hue angle of 75º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5EE8A is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 138 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.07 |
| HSL | 75º | 0.75% | 0.74% | - |
| HSV(B) | 75º | 0.42% | 0.93% | - |
| XYZ | 62.6 | 77.13 | 35.63 | - |
| YUV | 219.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 138 | 0.11 | 0 | 0.42 | 0.07 | 75 | 0.75 | 0.74 |
| Hex | D5 | EE | 8A | B | 0 | 2A | 7 | 4B | 4B | 4A |
| Octal | 325 | 356 | 212 | 13 | 0 | 52 | 7 | 113 | 113 | 112 |
| Binary | 11010101 | 11101110 | 10001010 | 1011 | 0 | 101010 | 111 | 1001011 | 1001011 | 1001010 |
Color Harmonies of #D5EE8A
Complementary color
Monochromatic Colors of #D5EE8A
Black with #D5EE8A
Text Example
Text Example
White with #D5EE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EE8A; }
p { color: rgb(213,238,138); }
H1.HeaderClassName
{
color: #D5EE8A;
}
.AnyTagClassName
{
color: #D5EE8A;
}
</style>
background-color css
<style>
a { background-color: #D5EE8A; }
a { background-color: rgb(213,238,138); }
div.DivClassName
{
background-color: #D5EE8A;
}
.BgClassName
{
background-color: #D5EE8A;
}
</style>
border-color css
<style>
span { border-color: #D5EE8A; }
span { border-color: rgb(213,238,138); }
td.TdClassName
{
border-color: #D5EE8A;
}
.TagClassName
{
border-color: #D5EE8A;
}
</style>