Shades of Sulu #D8E88A
Tints of Sulu #D8E88A
RGB
CMYK
RGB Variations
Color information
#D8E88A (or 0xD8E88A) is known color: Sulu. HEX triplet: D8, E8 and 8A. RGB value is (216,232,138). Sum of RGB (Red+Green+Blue) = 216+232+138=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8E88A is #271775. Grayscale: #D8D8D8. Windows color (decimal): -2561910 or 9103576. OLE color: 9103576.
HSL color Cylindrical-coordinate representation of color #D8E88A: hue angle of 70.21º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8E88A is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 232 | 138 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.09 |
| HSL | 70.21º | 0.67% | 0.73% | - |
| HSV(B) | 70.21º | 0.41% | 0.91% | - |
| XYZ | 61.76 | 74.15 | 35.1 | - |
| YUV | 216.5 | 83.7 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 232 | 138 | 0.07 | 0 | 0.41 | 0.09 | 70.21 | 0.67 | 0.73 |
| Hex | D8 | E8 | 8A | 7 | 0 | 29 | 9 | 46 | 43 | 49 |
| Octal | 330 | 350 | 212 | 7 | 0 | 51 | 11 | 106 | 103 | 111 |
| Binary | 11011000 | 11101000 | 10001010 | 111 | 0 | 101001 | 1001 | 1000110 | 1000011 | 1001001 |
Color Harmonies of #D8E88A
Complementary color
Monochromatic Colors of #D8E88A
Black with #D8E88A
Text Example
Text Example
White with #D8E88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E88A; }
p { color: rgb(216,232,138); }
H1.HeaderClassName
{
color: #D8E88A;
}
.AnyTagClassName
{
color: #D8E88A;
}
</style>
background-color css
<style>
a { background-color: #D8E88A; }
a { background-color: rgb(216,232,138); }
div.DivClassName
{
background-color: #D8E88A;
}
.BgClassName
{
background-color: #D8E88A;
}
</style>
border-color css
<style>
span { border-color: #D8E88A; }
span { border-color: rgb(216,232,138); }
td.TdClassName
{
border-color: #D8E88A;
}
.TagClassName
{
border-color: #D8E88A;
}
</style>