Shades of Sulu #D0FE76
Tints of Sulu #D0FE76
RGB
CMYK
RGB Variations
Color information
#D0FE76 (or 0xD0FE76) is known color: Sulu. HEX triplet: D0, FE and 76. RGB value is (208,254,118). Sum of RGB (Red+Green+Blue) = 208+254+118=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE76 is #2F0189. Grayscale: #E1E1E1. Windows color (decimal): -3080586 or 7798480. OLE color: 7798480.
HSL color Cylindrical-coordinate representation of color #D0FE76: hue angle of 80.29º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0FE76 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 118 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.00 |
| HSL | 80.29º | 0.99% | 0.73% | - |
| HSV(B) | 80.29º | 0.54% | 1% | - |
| XYZ | 64.72 | 85.6 | 30.25 | - |
| YUV | 224.74 | 67.76 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 118 | 0.18 | 0 | 0.54 | 0.00 | 80.29 | 0.99 | 0.73 |
| Hex | D0 | FE | 76 | 12 | 0 | 36 | 0 | 50 | 63 | 49 |
| Octal | 320 | 376 | 166 | 22 | 0 | 66 | 0 | 120 | 143 | 111 |
| Binary | 11010000 | 11111110 | 1110110 | 10010 | 0 | 110110 | 0 | 1010000 | 1100011 | 1001001 |
Color Harmonies of #D0FE76
Complementary color
Monochromatic Colors of #D0FE76
Black with #D0FE76
Text Example
Text Example
White with #D0FE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE76; }
p { color: rgb(208,254,118); }
H1.HeaderClassName
{
color: #D0FE76;
}
.AnyTagClassName
{
color: #D0FE76;
}
</style>
background-color css
<style>
a { background-color: #D0FE76; }
a { background-color: rgb(208,254,118); }
div.DivClassName
{
background-color: #D0FE76;
}
.BgClassName
{
background-color: #D0FE76;
}
</style>
border-color css
<style>
span { border-color: #D0FE76; }
span { border-color: rgb(208,254,118); }
td.TdClassName
{
border-color: #D0FE76;
}
.TagClassName
{
border-color: #D0FE76;
}
</style>