Shades of Sulu #D0FF79
Tints of Sulu #D0FF79
RGB
CMYK
RGB Variations
Color information
#D0FF79 (or 0xD0FF79) is known color: Sulu. HEX triplet: D0, FF and 79. RGB value is (208,255,121). Sum of RGB (Red+Green+Blue) = 208+255+121=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 121 (47.66% from 255 or 20.72% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FF79 is #2F0086. Grayscale: #E2E2E2. Windows color (decimal): -3080327 or 7995344. OLE color: 7995344.
HSL color Cylindrical-coordinate representation of color #D0FF79: hue angle of 81.04º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0FF79 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 121 | - |
| CMYK | 0.18 | 0 | 0.53 | 0 |
| HSL | 81.04º | 1% | 0.74% | - |
| HSV(B) | 81.04º | 0.53% | 1% | - |
| XYZ | 65.22 | 86.31 | 31.31 | - |
| YUV | 225.67 | 68.93 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 121 | 0.18 | 0 | 0.53 | 0 | 81.04 | 1 | 0.74 |
| Hex | D0 | FF | 79 | 12 | 0 | 35 | 0 | 51 | 64 | 4A |
| Octal | 320 | 377 | 171 | 22 | 0 | 65 | 0 | 121 | 144 | 112 |
| Binary | 11010000 | 11111111 | 1111001 | 10010 | 0 | 110101 | 0 | 1010001 | 1100100 | 1001010 |
Color Harmonies of #D0FF79
Complementary color
Monochromatic Colors of #D0FF79
Black with #D0FF79
Text Example
Text Example
White with #D0FF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF79; }
p { color: rgb(208,255,121); }
H1.HeaderClassName
{
color: #D0FF79;
}
.AnyTagClassName
{
color: #D0FF79;
}
</style>
background-color css
<style>
a { background-color: #D0FF79; }
a { background-color: rgb(208,255,121); }
div.DivClassName
{
background-color: #D0FF79;
}
.BgClassName
{
background-color: #D0FF79;
}
</style>
border-color css
<style>
span { border-color: #D0FF79; }
span { border-color: rgb(208,255,121); }
td.TdClassName
{
border-color: #D0FF79;
}
.TagClassName
{
border-color: #D0FF79;
}
</style>