Shades of Sulu #D0FE81
Tints of Sulu #D0FE81
RGB
CMYK
RGB Variations
Color information
#D0FE81 (or 0xD0FE81) is known color: Sulu. HEX triplet: D0, FE and 81. RGB value is (208,254,129). Sum of RGB (Red+Green+Blue) = 208+254+129=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 129 (50.78% from 255 or 21.83% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE81 is #2F017E. Grayscale: #E2E2E2. Windows color (decimal): -3080575 or 8519376. OLE color: 8519376.
HSL color Cylindrical-coordinate representation of color #D0FE81: hue angle of 82.08º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0FE81 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 129 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.00 |
| HSL | 82.08º | 0.98% | 0.75% | - |
| HSV(B) | 82.08º | 0.49% | 1% | - |
| XYZ | 65.42 | 85.88 | 33.9 | - |
| YUV | 226 | 73.26 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 129 | 0.18 | 0 | 0.49 | 0.00 | 82.08 | 0.98 | 0.75 |
| Hex | D0 | FE | 81 | 12 | 0 | 31 | 0 | 52 | 62 | 4B |
| Octal | 320 | 376 | 201 | 22 | 0 | 61 | 0 | 122 | 142 | 113 |
| Binary | 11010000 | 11111110 | 10000001 | 10010 | 0 | 110001 | 0 | 1010010 | 1100010 | 1001011 |
Color Harmonies of #D0FE81
Complementary color
Monochromatic Colors of #D0FE81
Black with #D0FE81
Text Example
Text Example
White with #D0FE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE81; }
p { color: rgb(208,254,129); }
H1.HeaderClassName
{
color: #D0FE81;
}
.AnyTagClassName
{
color: #D0FE81;
}
</style>
background-color css
<style>
a { background-color: #D0FE81; }
a { background-color: rgb(208,254,129); }
div.DivClassName
{
background-color: #D0FE81;
}
.BgClassName
{
background-color: #D0FE81;
}
</style>
border-color css
<style>
span { border-color: #D0FE81; }
span { border-color: rgb(208,254,129); }
td.TdClassName
{
border-color: #D0FE81;
}
.TagClassName
{
border-color: #D0FE81;
}
</style>