Shades of Sulu #D8F482
Tints of Sulu #D8F482
RGB
CMYK
RGB Variations
Color information
#D8F482 (or 0xD8F482) is known color: Sulu. HEX triplet: D8, F4 and 82. RGB value is (216,244,130). Sum of RGB (Red+Green+Blue) = 216+244+130=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 244 (95.70% from 255 or 41.36% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F482 is #270B7D. Grayscale: #DFDFDF. Windows color (decimal): -2558846 or 8582360. OLE color: 8582360.
HSL color Cylindrical-coordinate representation of color #D8F482: hue angle of 74.74º 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 #D8F482 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 130 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.04 |
| HSL | 74.74º | 0.84% | 0.73% | - |
| HSV(B) | 74.74º | 0.47% | 0.96% | - |
| XYZ | 64.7 | 80.91 | 33.33 | - |
| YUV | 222.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 130 | 0.11 | 0 | 0.47 | 0.04 | 74.74 | 0.84 | 0.73 |
| Hex | D8 | F4 | 82 | B | 0 | 2F | 4 | 4B | 54 | 49 |
| Octal | 330 | 364 | 202 | 13 | 0 | 57 | 4 | 113 | 124 | 111 |
| Binary | 11011000 | 11110100 | 10000010 | 1011 | 0 | 101111 | 100 | 1001011 | 1010100 | 1001001 |
Color Harmonies of #D8F482
Complementary color
Monochromatic Colors of #D8F482
Black with #D8F482
Text Example
Text Example
White with #D8F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F482; }
p { color: rgb(216,244,130); }
H1.HeaderClassName
{
color: #D8F482;
}
.AnyTagClassName
{
color: #D8F482;
}
</style>
background-color css
<style>
a { background-color: #D8F482; }
a { background-color: rgb(216,244,130); }
div.DivClassName
{
background-color: #D8F482;
}
.BgClassName
{
background-color: #D8F482;
}
</style>
border-color css
<style>
span { border-color: #D8F482; }
span { border-color: rgb(216,244,130); }
td.TdClassName
{
border-color: #D8F482;
}
.TagClassName
{
border-color: #D8F482;
}
</style>