Shades of Sulu #D1FA81
Tints of Sulu #D1FA81
RGB
CMYK
RGB Variations
Color information
#D1FA81 (or 0xD1FA81) is known color: Sulu. HEX triplet: D1, FA and 81. RGB value is (209,250,129). Sum of RGB (Red+Green+Blue) = 209+250+129=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 129 (50.78% from 255 or 21.94% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA81 is #2E057E. Grayscale: #E0E0E0. Windows color (decimal): -3016063 or 8518353. OLE color: 8518353.
HSL color Cylindrical-coordinate representation of color #D1FA81: hue angle of 80.33º 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 #D1FA81 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 129 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.02 |
| HSL | 80.33º | 0.92% | 0.74% | - |
| HSV(B) | 80.33º | 0.48% | 0.98% | - |
| XYZ | 64.44 | 83.51 | 33.49 | - |
| YUV | 223.95 | 74.42 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 129 | 0.16 | 0 | 0.48 | 0.02 | 80.33 | 0.92 | 0.74 |
| Hex | D1 | FA | 81 | 10 | 0 | 30 | 2 | 50 | 5C | 4A |
| Octal | 321 | 372 | 201 | 20 | 0 | 60 | 2 | 120 | 134 | 112 |
| Binary | 11010001 | 11111010 | 10000001 | 10000 | 0 | 110000 | 10 | 1010000 | 1011100 | 1001010 |
Color Harmonies of #D1FA81
Complementary color
Monochromatic Colors of #D1FA81
Black with #D1FA81
Text Example
Text Example
White with #D1FA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA81; }
p { color: rgb(209,250,129); }
H1.HeaderClassName
{
color: #D1FA81;
}
.AnyTagClassName
{
color: #D1FA81;
}
</style>
background-color css
<style>
a { background-color: #D1FA81; }
a { background-color: rgb(209,250,129); }
div.DivClassName
{
background-color: #D1FA81;
}
.BgClassName
{
background-color: #D1FA81;
}
</style>
border-color css
<style>
span { border-color: #D1FA81; }
span { border-color: rgb(209,250,129); }
td.TdClassName
{
border-color: #D1FA81;
}
.TagClassName
{
border-color: #D1FA81;
}
</style>