Shades of Sulu #D1FA82
Tints of Sulu #D1FA82
RGB
CMYK
RGB Variations
Color information
#D1FA82 (or 0xD1FA82) is known color: Sulu. HEX triplet: D1, FA and 82. RGB value is (209,250,130). Sum of RGB (Red+Green+Blue) = 209+250+130=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA82 is #2E057D. Grayscale: #E0E0E0. Windows color (decimal): -3016062 or 8583889. OLE color: 8583889.
HSL color Cylindrical-coordinate representation of color #D1FA82: hue angle of 80.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1FA82 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 130 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.02 |
| HSL | 80.5º | 0.92% | 0.75% | - |
| HSV(B) | 80.5º | 0.48% | 0.98% | - |
| XYZ | 64.51 | 83.54 | 33.84 | - |
| YUV | 224.06 | 74.92 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 130 | 0.16 | 0 | 0.48 | 0.02 | 80.5 | 0.92 | 0.75 |
| Hex | D1 | FA | 82 | 10 | 0 | 30 | 2 | 50 | 5C | 4B |
| Octal | 321 | 372 | 202 | 20 | 0 | 60 | 2 | 120 | 134 | 113 |
| Binary | 11010001 | 11111010 | 10000010 | 10000 | 0 | 110000 | 10 | 1010000 | 1011100 | 1001011 |
Color Harmonies of #D1FA82
Complementary color
Monochromatic Colors of #D1FA82
Black with #D1FA82
Text Example
Text Example
White with #D1FA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA82; }
p { color: rgb(209,250,130); }
H1.HeaderClassName
{
color: #D1FA82;
}
.AnyTagClassName
{
color: #D1FA82;
}
</style>
background-color css
<style>
a { background-color: #D1FA82; }
a { background-color: rgb(209,250,130); }
div.DivClassName
{
background-color: #D1FA82;
}
.BgClassName
{
background-color: #D1FA82;
}
</style>
border-color css
<style>
span { border-color: #D1FA82; }
span { border-color: rgb(209,250,130); }
td.TdClassName
{
border-color: #D1FA82;
}
.TagClassName
{
border-color: #D1FA82;
}
</style>