Shades of Sulu #D0FD80
Tints of Sulu #D0FD80
RGB
CMYK
RGB Variations
Color information
#D0FD80 (or 0xD0FD80) is known color: Sulu. HEX triplet: D0, FD and 80. RGB value is (208,253,128). Sum of RGB (Red+Green+Blue) = 208+253+128=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FD80 is #2F027F. Grayscale: #E1E1E1. Windows color (decimal): -3080832 or 8453584. OLE color: 8453584.
HSL color Cylindrical-coordinate representation of color #D0FD80: hue angle of 81.6º 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 #D0FD80 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 128 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.01 |
| HSL | 81.6º | 0.97% | 0.75% | - |
| HSV(B) | 81.6º | 0.49% | 0.99% | - |
| XYZ | 65.03 | 85.22 | 33.44 | - |
| YUV | 225.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 128 | 0.18 | 0 | 0.49 | 0.01 | 81.6 | 0.97 | 0.75 |
| Hex | D0 | FD | 80 | 12 | 0 | 31 | 1 | 52 | 61 | 4B |
| Octal | 320 | 375 | 200 | 22 | 0 | 61 | 1 | 122 | 141 | 113 |
| Binary | 11010000 | 11111101 | 10000000 | 10010 | 0 | 110001 | 1 | 1010010 | 1100001 | 1001011 |
Color Harmonies of #D0FD80
Complementary color
Monochromatic Colors of #D0FD80
Black with #D0FD80
Text Example
Text Example
White with #D0FD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD80; }
p { color: rgb(208,253,128); }
H1.HeaderClassName
{
color: #D0FD80;
}
.AnyTagClassName
{
color: #D0FD80;
}
</style>
background-color css
<style>
a { background-color: #D0FD80; }
a { background-color: rgb(208,253,128); }
div.DivClassName
{
background-color: #D0FD80;
}
.BgClassName
{
background-color: #D0FD80;
}
</style>
border-color css
<style>
span { border-color: #D0FD80; }
span { border-color: rgb(208,253,128); }
td.TdClassName
{
border-color: #D0FD80;
}
.TagClassName
{
border-color: #D0FD80;
}
</style>