Shades of Sulu #D1F082
Tints of Sulu #D1F082
RGB
CMYK
RGB Variations
Color information
#D1F082 (or 0xD1F082) is known color: Sulu. HEX triplet: D1, F0 and 82. RGB value is (209,240,130). Sum of RGB (Red+Green+Blue) = 209+240+130=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F082 is #2E0F7D. Grayscale: #DADADA. Windows color (decimal): -3018622 or 8581329. OLE color: 8581329.
HSL color Cylindrical-coordinate representation of color #D1F082: hue angle of 76.91º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1F082 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 130 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.06 |
| HSL | 76.91º | 0.79% | 0.73% | - |
| HSV(B) | 76.91º | 0.46% | 0.94% | - |
| XYZ | 61.48 | 77.49 | 32.84 | - |
| YUV | 218.19 | 78.23 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 130 | 0.13 | 0 | 0.46 | 0.06 | 76.91 | 0.79 | 0.73 |
| Hex | D1 | F0 | 82 | D | 0 | 2E | 6 | 4D | 4F | 49 |
| Octal | 321 | 360 | 202 | 15 | 0 | 56 | 6 | 115 | 117 | 111 |
| Binary | 11010001 | 11110000 | 10000010 | 1101 | 0 | 101110 | 110 | 1001101 | 1001111 | 1001001 |
Color Harmonies of #D1F082
Complementary color
Monochromatic Colors of #D1F082
Black with #D1F082
Text Example
Text Example
White with #D1F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F082; }
p { color: rgb(209,240,130); }
H1.HeaderClassName
{
color: #D1F082;
}
.AnyTagClassName
{
color: #D1F082;
}
</style>
background-color css
<style>
a { background-color: #D1F082; }
a { background-color: rgb(209,240,130); }
div.DivClassName
{
background-color: #D1F082;
}
.BgClassName
{
background-color: #D1F082;
}
</style>
border-color css
<style>
span { border-color: #D1F082; }
span { border-color: rgb(209,240,130); }
td.TdClassName
{
border-color: #D1F082;
}
.TagClassName
{
border-color: #D1F082;
}
</style>