Shades of Sulu #D0EF7F
Tints of Sulu #D0EF7F
RGB
CMYK
RGB Variations
Color information
#D0EF7F (or 0xD0EF7F) is known color: Sulu. HEX triplet: D0, EF and 7F. RGB value is (208,239,127). Sum of RGB (Red+Green+Blue) = 208+239+127=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EF7F is #2F1080. Grayscale: #D9D9D9. Windows color (decimal): -3084417 or 8384464. OLE color: 8384464.
HSL color Cylindrical-coordinate representation of color #D0EF7F: hue angle of 76.61º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0EF7F is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 127 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.06 |
| HSL | 76.61º | 0.78% | 0.72% | - |
| HSV(B) | 76.61º | 0.47% | 0.94% | - |
| XYZ | 60.71 | 76.68 | 31.68 | - |
| YUV | 216.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 127 | 0.13 | 0 | 0.47 | 0.06 | 76.61 | 0.78 | 0.72 |
| Hex | D0 | EF | 7F | D | 0 | 2F | 6 | 4D | 4E | 48 |
| Octal | 320 | 357 | 177 | 15 | 0 | 57 | 6 | 115 | 116 | 110 |
| Binary | 11010000 | 11101111 | 1111111 | 1101 | 0 | 101111 | 110 | 1001101 | 1001110 | 1001000 |
Color Harmonies of #D0EF7F
Complementary color
Monochromatic Colors of #D0EF7F
Black with #D0EF7F
Text Example
Text Example
White with #D0EF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF7F; }
p { color: rgb(208,239,127); }
H1.HeaderClassName
{
color: #D0EF7F;
}
.AnyTagClassName
{
color: #D0EF7F;
}
</style>
background-color css
<style>
a { background-color: #D0EF7F; }
a { background-color: rgb(208,239,127); }
div.DivClassName
{
background-color: #D0EF7F;
}
.BgClassName
{
background-color: #D0EF7F;
}
</style>
border-color css
<style>
span { border-color: #D0EF7F; }
span { border-color: rgb(208,239,127); }
td.TdClassName
{
border-color: #D0EF7F;
}
.TagClassName
{
border-color: #D0EF7F;
}
</style>