Shades of Sulu #D0EF76
Tints of Sulu #D0EF76
RGB
CMYK
RGB Variations
Color information
#D0EF76 (or 0xD0EF76) is known color: Sulu. HEX triplet: D0, EF and 76. RGB value is (208,239,118). Sum of RGB (Red+Green+Blue) = 208+239+118=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EF76 is #2F1089. Grayscale: #D8D8D8. Windows color (decimal): -3084426 or 7794640. OLE color: 7794640.
HSL color Cylindrical-coordinate representation of color #D0EF76: hue angle of 75.37º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0EF76 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 118 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.06 |
| HSL | 75.37º | 0.79% | 0.7% | - |
| HSV(B) | 75.37º | 0.51% | 0.94% | - |
| XYZ | 60.15 | 76.45 | 28.73 | - |
| YUV | 215.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 118 | 0.13 | 0 | 0.51 | 0.06 | 75.37 | 0.79 | 0.7 |
| Hex | D0 | EF | 76 | D | 0 | 33 | 6 | 4B | 4F | 46 |
| Octal | 320 | 357 | 166 | 15 | 0 | 63 | 6 | 113 | 117 | 106 |
| Binary | 11010000 | 11101111 | 1110110 | 1101 | 0 | 110011 | 110 | 1001011 | 1001111 | 1000110 |
Color Harmonies of #D0EF76
Complementary color
Monochromatic Colors of #D0EF76
Black with #D0EF76
Text Example
Text Example
White with #D0EF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF76; }
p { color: rgb(208,239,118); }
H1.HeaderClassName
{
color: #D0EF76;
}
.AnyTagClassName
{
color: #D0EF76;
}
</style>
background-color css
<style>
a { background-color: #D0EF76; }
a { background-color: rgb(208,239,118); }
div.DivClassName
{
background-color: #D0EF76;
}
.BgClassName
{
background-color: #D0EF76;
}
</style>
border-color css
<style>
span { border-color: #D0EF76; }
span { border-color: rgb(208,239,118); }
td.TdClassName
{
border-color: #D0EF76;
}
.TagClassName
{
border-color: #D0EF76;
}
</style>