Shades of Sulu #D7F581
Tints of Sulu #D7F581
RGB
CMYK
RGB Variations
Color information
#D7F581 (or 0xD7F581) is known color: Sulu. HEX triplet: D7, F5 and 81. RGB value is (215,245,129). Sum of RGB (Red+Green+Blue) = 215+245+129=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #D7F581 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F581 is #280A7E. Grayscale: #DFDFDF. Windows color (decimal): -2624127 or 8517079. OLE color: 8517079.
HSL color Cylindrical-coordinate representation of color #D7F581: hue angle of 75.52º degrees, saturation: 0.85, 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 #D7F581 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 245 | 129 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.04 |
| HSL | 75.52º | 0.85% | 0.73% | - |
| HSV(B) | 75.52º | 0.47% | 0.96% | - |
| XYZ | 64.64 | 81.34 | 33.06 | - |
| YUV | 222.81 | 75.06 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 245 | 129 | 0.12 | 0 | 0.47 | 0.04 | 75.52 | 0.85 | 0.73 |
| Hex | D7 | F5 | 81 | C | 0 | 2F | 4 | 4C | 55 | 49 |
| Octal | 327 | 365 | 201 | 14 | 0 | 57 | 4 | 114 | 125 | 111 |
| Binary | 11010111 | 11110101 | 10000001 | 1100 | 0 | 101111 | 100 | 1001100 | 1010101 | 1001001 |
Color Harmonies of #D7F581
Complementary color
Monochromatic Colors of #D7F581
Black with #D7F581
Text Example
Text Example
White with #D7F581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F581; }
p { color: rgb(215,245,129); }
H1.HeaderClassName
{
color: #D7F581;
}
.AnyTagClassName
{
color: #D7F581;
}
</style>
background-color css
<style>
a { background-color: #D7F581; }
a { background-color: rgb(215,245,129); }
div.DivClassName
{
background-color: #D7F581;
}
.BgClassName
{
background-color: #D7F581;
}
</style>
border-color css
<style>
span { border-color: #D7F581; }
span { border-color: rgb(215,245,129); }
td.TdClassName
{
border-color: #D7F581;
}
.TagClassName
{
border-color: #D7F581;
}
</style>