Shades of Sulu #D3F981
Tints of Sulu #D3F981
RGB
CMYK
RGB Variations
Color information
#D3F981 (or 0xD3F981) is known color: Sulu. HEX triplet: D3, F9 and 81. RGB value is (211,249,129). Sum of RGB (Red+Green+Blue) = 211+249+129=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F981 is #2C067E. Grayscale: #E0E0E0. Windows color (decimal): -2885247 or 8518099. OLE color: 8518099.
HSL color Cylindrical-coordinate representation of color #D3F981: hue angle of 79º 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 #D3F981 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 129 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.02 |
| HSL | 79º | 0.91% | 0.74% | - |
| HSV(B) | 79º | 0.48% | 0.98% | - |
| XYZ | 64.7 | 83.19 | 33.42 | - |
| YUV | 223.96 | 74.41 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 129 | 0.15 | 0 | 0.48 | 0.02 | 79 | 0.91 | 0.74 |
| Hex | D3 | F9 | 81 | F | 0 | 30 | 2 | 4F | 5B | 4A |
| Octal | 323 | 371 | 201 | 17 | 0 | 60 | 2 | 117 | 133 | 112 |
| Binary | 11010011 | 11111001 | 10000001 | 1111 | 0 | 110000 | 10 | 1001111 | 1011011 | 1001010 |
Color Harmonies of #D3F981
Complementary color
Monochromatic Colors of #D3F981
Black with #D3F981
Text Example
Text Example
White with #D3F981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F981; }
p { color: rgb(211,249,129); }
H1.HeaderClassName
{
color: #D3F981;
}
.AnyTagClassName
{
color: #D3F981;
}
</style>
background-color css
<style>
a { background-color: #D3F981; }
a { background-color: rgb(211,249,129); }
div.DivClassName
{
background-color: #D3F981;
}
.BgClassName
{
background-color: #D3F981;
}
</style>
border-color css
<style>
span { border-color: #D3F981; }
span { border-color: rgb(211,249,129); }
td.TdClassName
{
border-color: #D3F981;
}
.TagClassName
{
border-color: #D3F981;
}
</style>