Shades of Sulu #D0FF74
Tints of Sulu #D0FF74
RGB
CMYK
RGB Variations
Color information
#D0FF74 (or 0xD0FF74) is known color: Sulu. HEX triplet: D0, FF and 74. RGB value is (208,255,116). Sum of RGB (Red+Green+Blue) = 208+255+116=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FF74 is #2F008B. Grayscale: #E1E1E1. Windows color (decimal): -3080332 or 7667664. OLE color: 7667664.
HSL color Cylindrical-coordinate representation of color #D0FF74: hue angle of 80.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0FF74 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 116 | - |
| CMYK | 0.18 | 0 | 0.55 | 0 |
| HSL | 80.29º | 1% | 0.73% | - |
| HSV(B) | 80.29º | 0.55% | 1% | - |
| XYZ | 64.92 | 86.19 | 29.74 | - |
| YUV | 225.1 | 66.43 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 116 | 0.18 | 0 | 0.55 | 0 | 80.29 | 1 | 0.73 |
| Hex | D0 | FF | 74 | 12 | 0 | 37 | 0 | 50 | 64 | 49 |
| Octal | 320 | 377 | 164 | 22 | 0 | 67 | 0 | 120 | 144 | 111 |
| Binary | 11010000 | 11111111 | 1110100 | 10010 | 0 | 110111 | 0 | 1010000 | 1100100 | 1001001 |
Color Harmonies of #D0FF74
Complementary color
Monochromatic Colors of #D0FF74
Black with #D0FF74
Text Example
Text Example
White with #D0FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF74; }
p { color: rgb(208,255,116); }
H1.HeaderClassName
{
color: #D0FF74;
}
.AnyTagClassName
{
color: #D0FF74;
}
</style>
background-color css
<style>
a { background-color: #D0FF74; }
a { background-color: rgb(208,255,116); }
div.DivClassName
{
background-color: #D0FF74;
}
.BgClassName
{
background-color: #D0FF74;
}
</style>
border-color css
<style>
span { border-color: #D0FF74; }
span { border-color: rgb(208,255,116); }
td.TdClassName
{
border-color: #D0FF74;
}
.TagClassName
{
border-color: #D0FF74;
}
</style>