Shades of Sulu #D0FE80
Tints of Sulu #D0FE80
RGB
CMYK
RGB Variations
Color information
#D0FE80 (or 0xD0FE80) is known color: Sulu. HEX triplet: D0, FE and 80. RGB value is (208,254,128). Sum of RGB (Red+Green+Blue) = 208+254+128=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE80 is #2F017F. Grayscale: #E2E2E2. Windows color (decimal): -3080576 or 8453840. OLE color: 8453840.
HSL color Cylindrical-coordinate representation of color #D0FE80: hue angle of 81.9º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0FE80 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 128 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.00 |
| HSL | 81.9º | 0.98% | 0.75% | - |
| HSV(B) | 81.9º | 0.5% | 1% | - |
| XYZ | 65.35 | 85.85 | 33.55 | - |
| YUV | 225.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 128 | 0.18 | 0 | 0.50 | 0.00 | 81.9 | 0.98 | 0.75 |
| Hex | D0 | FE | 80 | 12 | 0 | 32 | 0 | 52 | 62 | 4B |
| Octal | 320 | 376 | 200 | 22 | 0 | 62 | 0 | 122 | 142 | 113 |
| Binary | 11010000 | 11111110 | 10000000 | 10010 | 0 | 110010 | 0 | 1010010 | 1100010 | 1001011 |
Color Harmonies of #D0FE80
Complementary color
Monochromatic Colors of #D0FE80
Black with #D0FE80
Text Example
Text Example
White with #D0FE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE80; }
p { color: rgb(208,254,128); }
H1.HeaderClassName
{
color: #D0FE80;
}
.AnyTagClassName
{
color: #D0FE80;
}
</style>
background-color css
<style>
a { background-color: #D0FE80; }
a { background-color: rgb(208,254,128); }
div.DivClassName
{
background-color: #D0FE80;
}
.BgClassName
{
background-color: #D0FE80;
}
</style>
border-color css
<style>
span { border-color: #D0FE80; }
span { border-color: rgb(208,254,128); }
td.TdClassName
{
border-color: #D0FE80;
}
.TagClassName
{
border-color: #D0FE80;
}
</style>