Shades of Sulu #D1F982
Tints of Sulu #D1F982
RGB
CMYK
RGB Variations
Color information
#D1F982 (or 0xD1F982) is known color: Sulu. HEX triplet: D1, F9 and 82. RGB value is (209,249,130). Sum of RGB (Red+Green+Blue) = 209+249+130=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F982 is #2E067D. Grayscale: #DFDFDF. Windows color (decimal): -3016318 or 8583633. OLE color: 8583633.
HSL color Cylindrical-coordinate representation of color #D1F982: hue angle of 80.17º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1F982 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 130 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.02 |
| HSL | 80.17º | 0.91% | 0.74% | - |
| HSV(B) | 80.17º | 0.48% | 0.98% | - |
| XYZ | 64.2 | 82.92 | 33.74 | - |
| YUV | 223.47 | 75.25 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 130 | 0.16 | 0 | 0.48 | 0.02 | 80.17 | 0.91 | 0.74 |
| Hex | D1 | F9 | 82 | 10 | 0 | 30 | 2 | 50 | 5B | 4A |
| Octal | 321 | 371 | 202 | 20 | 0 | 60 | 2 | 120 | 133 | 112 |
| Binary | 11010001 | 11111001 | 10000010 | 10000 | 0 | 110000 | 10 | 1010000 | 1011011 | 1001010 |
Color Harmonies of #D1F982
Complementary color
Monochromatic Colors of #D1F982
Black with #D1F982
Text Example
Text Example
White with #D1F982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F982; }
p { color: rgb(209,249,130); }
H1.HeaderClassName
{
color: #D1F982;
}
.AnyTagClassName
{
color: #D1F982;
}
</style>
background-color css
<style>
a { background-color: #D1F982; }
a { background-color: rgb(209,249,130); }
div.DivClassName
{
background-color: #D1F982;
}
.BgClassName
{
background-color: #D1F982;
}
</style>
border-color css
<style>
span { border-color: #D1F982; }
span { border-color: rgb(209,249,130); }
td.TdClassName
{
border-color: #D1F982;
}
.TagClassName
{
border-color: #D1F982;
}
</style>