Shades of Sulu #D0FE78
Tints of Sulu #D0FE78
RGB
CMYK
RGB Variations
Color information
#D0FE78 (or 0xD0FE78) is known color: Sulu. HEX triplet: D0, FE and 78. RGB value is (208,254,120). Sum of RGB (Red+Green+Blue) = 208+254+120=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 120 (47.27% from 255 or 20.62% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE78 is #2F0187. Grayscale: #E1E1E1. Windows color (decimal): -3080584 or 7929552. OLE color: 7929552.
HSL color Cylindrical-coordinate representation of color #D0FE78: hue angle of 80.6º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0FE78 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 120 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.00 |
| HSL | 80.6º | 0.99% | 0.73% | - |
| HSV(B) | 80.6º | 0.53% | 1% | - |
| XYZ | 64.84 | 85.65 | 30.88 | - |
| YUV | 224.97 | 68.76 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 120 | 0.18 | 0 | 0.53 | 0.00 | 80.6 | 0.99 | 0.73 |
| Hex | D0 | FE | 78 | 12 | 0 | 35 | 0 | 51 | 63 | 49 |
| Octal | 320 | 376 | 170 | 22 | 0 | 65 | 0 | 121 | 143 | 111 |
| Binary | 11010000 | 11111110 | 1111000 | 10010 | 0 | 110101 | 0 | 1010001 | 1100011 | 1001001 |
Color Harmonies of #D0FE78
Complementary color
Monochromatic Colors of #D0FE78
Black with #D0FE78
Text Example
Text Example
White with #D0FE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE78; }
p { color: rgb(208,254,120); }
H1.HeaderClassName
{
color: #D0FE78;
}
.AnyTagClassName
{
color: #D0FE78;
}
</style>
background-color css
<style>
a { background-color: #D0FE78; }
a { background-color: rgb(208,254,120); }
div.DivClassName
{
background-color: #D0FE78;
}
.BgClassName
{
background-color: #D0FE78;
}
</style>
border-color css
<style>
span { border-color: #D0FE78; }
span { border-color: rgb(208,254,120); }
td.TdClassName
{
border-color: #D0FE78;
}
.TagClassName
{
border-color: #D0FE78;
}
</style>