Shades of Sulu #D9F482
Tints of Sulu #D9F482
RGB
CMYK
RGB Variations
Color information
#D9F482 (or 0xD9F482) is known color: Sulu. HEX triplet: D9, F4 and 82. RGB value is (217,244,130). Sum of RGB (Red+Green+Blue) = 217+244+130=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #D9F482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F482 is #260B7D. Grayscale: #DFDFDF. Windows color (decimal): -2493310 or 8582361. OLE color: 8582361.
HSL color Cylindrical-coordinate representation of color #D9F482: hue angle of 74.21º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9F482 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 244 | 130 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.04 |
| HSL | 74.21º | 0.84% | 0.73% | - |
| HSV(B) | 74.21º | 0.47% | 0.96% | - |
| XYZ | 65 | 81.06 | 33.34 | - |
| YUV | 222.93 | 75.55 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 244 | 130 | 0.11 | 0 | 0.47 | 0.04 | 74.21 | 0.84 | 0.73 |
| Hex | D9 | F4 | 82 | B | 0 | 2F | 4 | 4A | 54 | 49 |
| Octal | 331 | 364 | 202 | 13 | 0 | 57 | 4 | 112 | 124 | 111 |
| Binary | 11011001 | 11110100 | 10000010 | 1011 | 0 | 101111 | 100 | 1001010 | 1010100 | 1001001 |
Color Harmonies of #D9F482
Complementary color
Monochromatic Colors of #D9F482
Black with #D9F482
Text Example
Text Example
White with #D9F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F482; }
p { color: rgb(217,244,130); }
H1.HeaderClassName
{
color: #D9F482;
}
.AnyTagClassName
{
color: #D9F482;
}
</style>
background-color css
<style>
a { background-color: #D9F482; }
a { background-color: rgb(217,244,130); }
div.DivClassName
{
background-color: #D9F482;
}
.BgClassName
{
background-color: #D9F482;
}
</style>
border-color css
<style>
span { border-color: #D9F482; }
span { border-color: rgb(217,244,130); }
td.TdClassName
{
border-color: #D9F482;
}
.TagClassName
{
border-color: #D9F482;
}
</style>