Shades of Sulu #D9F288
Tints of Sulu #D9F288
RGB
CMYK
RGB Variations
Color information
#D9F288 (or 0xD9F288) is known color: Sulu. HEX triplet: D9, F2 and 88. RGB value is (217,242,136). Sum of RGB (Red+Green+Blue) = 217+242+136=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F288 is #260D77. Grayscale: #DEDEDE. Windows color (decimal): -2493816 or 8975065. OLE color: 8975065.
HSL color Cylindrical-coordinate representation of color #D9F288: hue angle of 74.15º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9F288 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 136 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.05 |
| HSL | 74.15º | 0.8% | 0.74% | - |
| HSV(B) | 74.15º | 0.44% | 0.95% | - |
| XYZ | 64.81 | 80.03 | 35.32 | - |
| YUV | 222.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 136 | 0.10 | 0 | 0.44 | 0.05 | 74.15 | 0.8 | 0.74 |
| Hex | D9 | F2 | 88 | A | 0 | 2C | 5 | 4A | 50 | 4A |
| Octal | 331 | 362 | 210 | 12 | 0 | 54 | 5 | 112 | 120 | 112 |
| Binary | 11011001 | 11110010 | 10001000 | 1010 | 0 | 101100 | 101 | 1001010 | 1010000 | 1001010 |
Color Harmonies of #D9F288
Complementary color
Monochromatic Colors of #D9F288
Black with #D9F288
Text Example
Text Example
White with #D9F288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F288; }
p { color: rgb(217,242,136); }
H1.HeaderClassName
{
color: #D9F288;
}
.AnyTagClassName
{
color: #D9F288;
}
</style>
background-color css
<style>
a { background-color: #D9F288; }
a { background-color: rgb(217,242,136); }
div.DivClassName
{
background-color: #D9F288;
}
.BgClassName
{
background-color: #D9F288;
}
</style>
border-color css
<style>
span { border-color: #D9F288; }
span { border-color: rgb(217,242,136); }
td.TdClassName
{
border-color: #D9F288;
}
.TagClassName
{
border-color: #D9F288;
}
</style>