Shades of Sulu #D9FA81
Tints of Sulu #D9FA81
RGB
CMYK
RGB Variations
Color information
#D9FA81 (or 0xD9FA81) is known color: Sulu. HEX triplet: D9, FA and 81. RGB value is (217,250,129). Sum of RGB (Red+Green+Blue) = 217+250+129=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FA81 is #26057E. Grayscale: #E2E2E2. Windows color (decimal): -2491775 or 8518361. OLE color: 8518361.
HSL color Cylindrical-coordinate representation of color #D9FA81: hue angle of 76.36º degrees, saturation: 0.92, 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 #D9FA81 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 129 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.02 |
| HSL | 76.36º | 0.92% | 0.74% | - |
| HSV(B) | 76.36º | 0.48% | 0.98% | - |
| XYZ | 66.76 | 84.71 | 33.6 | - |
| YUV | 226.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 129 | 0.13 | 0 | 0.48 | 0.02 | 76.36 | 0.92 | 0.74 |
| Hex | D9 | FA | 81 | D | 0 | 30 | 2 | 4C | 5C | 4A |
| Octal | 331 | 372 | 201 | 15 | 0 | 60 | 2 | 114 | 134 | 112 |
| Binary | 11011001 | 11111010 | 10000001 | 1101 | 0 | 110000 | 10 | 1001100 | 1011100 | 1001010 |
Color Harmonies of #D9FA81
Complementary color
Monochromatic Colors of #D9FA81
Black with #D9FA81
Text Example
Text Example
White with #D9FA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FA81; }
p { color: rgb(217,250,129); }
H1.HeaderClassName
{
color: #D9FA81;
}
.AnyTagClassName
{
color: #D9FA81;
}
</style>
background-color css
<style>
a { background-color: #D9FA81; }
a { background-color: rgb(217,250,129); }
div.DivClassName
{
background-color: #D9FA81;
}
.BgClassName
{
background-color: #D9FA81;
}
</style>
border-color css
<style>
span { border-color: #D9FA81; }
span { border-color: rgb(217,250,129); }
td.TdClassName
{
border-color: #D9FA81;
}
.TagClassName
{
border-color: #D9FA81;
}
</style>