Shades of Sulu #D0EF84
Tints of Sulu #D0EF84
RGB
CMYK
RGB Variations
Color information
#D0EF84 (or 0xD0EF84) is known color: Sulu. HEX triplet: D0, EF and 84. RGB value is (208,239,132). Sum of RGB (Red+Green+Blue) = 208+239+132=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EF84 is #2F107B. Grayscale: #D9D9D9. Windows color (decimal): -3084412 or 8712144. OLE color: 8712144.
HSL color Cylindrical-coordinate representation of color #D0EF84: hue angle of 77.38º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0EF84 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 132 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.06 |
| HSL | 77.38º | 0.77% | 0.73% | - |
| HSV(B) | 77.38º | 0.45% | 0.94% | - |
| XYZ | 61.04 | 76.81 | 33.44 | - |
| YUV | 217.53 | 79.73 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 132 | 0.13 | 0 | 0.45 | 0.06 | 77.38 | 0.77 | 0.73 |
| Hex | D0 | EF | 84 | D | 0 | 2D | 6 | 4D | 4D | 49 |
| Octal | 320 | 357 | 204 | 15 | 0 | 55 | 6 | 115 | 115 | 111 |
| Binary | 11010000 | 11101111 | 10000100 | 1101 | 0 | 101101 | 110 | 1001101 | 1001101 | 1001001 |
Color Harmonies of #D0EF84
Complementary color
Monochromatic Colors of #D0EF84
Black with #D0EF84
Text Example
Text Example
White with #D0EF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF84; }
p { color: rgb(208,239,132); }
H1.HeaderClassName
{
color: #D0EF84;
}
.AnyTagClassName
{
color: #D0EF84;
}
</style>
background-color css
<style>
a { background-color: #D0EF84; }
a { background-color: rgb(208,239,132); }
div.DivClassName
{
background-color: #D0EF84;
}
.BgClassName
{
background-color: #D0EF84;
}
</style>
border-color css
<style>
span { border-color: #D0EF84; }
span { border-color: rgb(208,239,132); }
td.TdClassName
{
border-color: #D0EF84;
}
.TagClassName
{
border-color: #D0EF84;
}
</style>