Shades of Sulu #D1F482
Tints of Sulu #D1F482
RGB
CMYK
RGB Variations
Color information
#D1F482 (or 0xD1F482) is known color: Sulu. HEX triplet: D1, F4 and 82. RGB value is (209,244,130). Sum of RGB (Red+Green+Blue) = 209+244+130=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F482 is #2E0B7D. Grayscale: #DCDCDC. Windows color (decimal): -3017598 or 8582353. OLE color: 8582353.
HSL color Cylindrical-coordinate representation of color #D1F482: hue angle of 78.42º 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 #D1F482 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 130 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.04 |
| HSL | 78.42º | 0.84% | 0.73% | - |
| HSV(B) | 78.42º | 0.47% | 0.96% | - |
| XYZ | 62.67 | 79.87 | 33.23 | - |
| YUV | 220.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 130 | 0.14 | 0 | 0.47 | 0.04 | 78.42 | 0.84 | 0.73 |
| Hex | D1 | F4 | 82 | E | 0 | 2F | 4 | 4E | 54 | 49 |
| Octal | 321 | 364 | 202 | 16 | 0 | 57 | 4 | 116 | 124 | 111 |
| Binary | 11010001 | 11110100 | 10000010 | 1110 | 0 | 101111 | 100 | 1001110 | 1010100 | 1001001 |
Color Harmonies of #D1F482
Complementary color
Monochromatic Colors of #D1F482
Black with #D1F482
Text Example
Text Example
White with #D1F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F482; }
p { color: rgb(209,244,130); }
H1.HeaderClassName
{
color: #D1F482;
}
.AnyTagClassName
{
color: #D1F482;
}
</style>
background-color css
<style>
a { background-color: #D1F482; }
a { background-color: rgb(209,244,130); }
div.DivClassName
{
background-color: #D1F482;
}
.BgClassName
{
background-color: #D1F482;
}
</style>
border-color css
<style>
span { border-color: #D1F482; }
span { border-color: rgb(209,244,130); }
td.TdClassName
{
border-color: #D1F482;
}
.TagClassName
{
border-color: #D1F482;
}
</style>