Shades of Sulu #D0F87D
Tints of Sulu #D0F87D
RGB
CMYK
RGB Variations
Color information
#D0F87D (or 0xD0F87D) is known color: Sulu. HEX triplet: D0, F8 and 7D. RGB value is (208,248,125). Sum of RGB (Red+Green+Blue) = 208+248+125=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F87D is #2F0782. Grayscale: #DEDEDE. Windows color (decimal): -3082115 or 8255696. OLE color: 8255696.
HSL color Cylindrical-coordinate representation of color #D0F87D: hue angle of 79.51º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0F87D is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 125 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.03 |
| HSL | 79.51º | 0.9% | 0.73% | - |
| HSV(B) | 79.51º | 0.5% | 0.97% | - |
| XYZ | 63.28 | 82.03 | 31.9 | - |
| YUV | 222.02 | 73.25 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 125 | 0.16 | 0 | 0.50 | 0.03 | 79.51 | 0.9 | 0.73 |
| Hex | D0 | F8 | 7D | 10 | 0 | 32 | 3 | 50 | 5A | 49 |
| Octal | 320 | 370 | 175 | 20 | 0 | 62 | 3 | 120 | 132 | 111 |
| Binary | 11010000 | 11111000 | 1111101 | 10000 | 0 | 110010 | 11 | 1010000 | 1011010 | 1001001 |
Color Harmonies of #D0F87D
Complementary color
Monochromatic Colors of #D0F87D
Black with #D0F87D
Text Example
Text Example
White with #D0F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F87D; }
p { color: rgb(208,248,125); }
H1.HeaderClassName
{
color: #D0F87D;
}
.AnyTagClassName
{
color: #D0F87D;
}
</style>
background-color css
<style>
a { background-color: #D0F87D; }
a { background-color: rgb(208,248,125); }
div.DivClassName
{
background-color: #D0F87D;
}
.BgClassName
{
background-color: #D0F87D;
}
</style>
border-color css
<style>
span { border-color: #D0F87D; }
span { border-color: rgb(208,248,125); }
td.TdClassName
{
border-color: #D0F87D;
}
.TagClassName
{
border-color: #D0F87D;
}
</style>