Shades of Sulu #D1FD80
Tints of Sulu #D1FD80
RGB
CMYK
RGB Variations
Color information
#D1FD80 (or 0xD1FD80) is known color: Sulu. HEX triplet: D1, FD and 80. RGB value is (209,253,128). Sum of RGB (Red+Green+Blue) = 209+253+128=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FD80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FD80 is #2E027F. Grayscale: #E2E2E2. Windows color (decimal): -3015296 or 8453585. OLE color: 8453585.
HSL color Cylindrical-coordinate representation of color #D1FD80: hue angle of 81.12º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1FD80 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 253 | 128 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.01 |
| HSL | 81.12º | 0.97% | 0.75% | - |
| HSV(B) | 81.12º | 0.49% | 0.99% | - |
| XYZ | 65.32 | 85.36 | 33.46 | - |
| YUV | 225.59 | 72.92 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 253 | 128 | 0.17 | 0 | 0.49 | 0.01 | 81.12 | 0.97 | 0.75 |
| Hex | D1 | FD | 80 | 11 | 0 | 31 | 1 | 51 | 61 | 4B |
| Octal | 321 | 375 | 200 | 21 | 0 | 61 | 1 | 121 | 141 | 113 |
| Binary | 11010001 | 11111101 | 10000000 | 10001 | 0 | 110001 | 1 | 1010001 | 1100001 | 1001011 |
Color Harmonies of #D1FD80
Complementary color
Monochromatic Colors of #D1FD80
Black with #D1FD80
Text Example
Text Example
White with #D1FD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FD80; }
p { color: rgb(209,253,128); }
H1.HeaderClassName
{
color: #D1FD80;
}
.AnyTagClassName
{
color: #D1FD80;
}
</style>
background-color css
<style>
a { background-color: #D1FD80; }
a { background-color: rgb(209,253,128); }
div.DivClassName
{
background-color: #D1FD80;
}
.BgClassName
{
background-color: #D1FD80;
}
</style>
border-color css
<style>
span { border-color: #D1FD80; }
span { border-color: rgb(209,253,128); }
td.TdClassName
{
border-color: #D1FD80;
}
.TagClassName
{
border-color: #D1FD80;
}
</style>