Shades of Sulu #D0FE7D
Tints of Sulu #D0FE7D
RGB
CMYK
RGB Variations
Color information
#D0FE7D (or 0xD0FE7D) is known color: Sulu. HEX triplet: D0, FE and 7D. RGB value is (208,254,125). Sum of RGB (Red+Green+Blue) = 208+254+125=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE7D is #2F0182. Grayscale: #E2E2E2. Windows color (decimal): -3080579 or 8257232. OLE color: 8257232.
HSL color Cylindrical-coordinate representation of color #D0FE7D: hue angle of 81.4º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0FE7D is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 125 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.00 |
| HSL | 81.4º | 0.98% | 0.74% | - |
| HSV(B) | 81.4º | 0.51% | 1% | - |
| XYZ | 65.16 | 85.77 | 32.52 | - |
| YUV | 225.54 | 71.26 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 125 | 0.18 | 0 | 0.51 | 0.00 | 81.4 | 0.98 | 0.74 |
| Hex | D0 | FE | 7D | 12 | 0 | 33 | 0 | 51 | 62 | 4A |
| Octal | 320 | 376 | 175 | 22 | 0 | 63 | 0 | 121 | 142 | 112 |
| Binary | 11010000 | 11111110 | 1111101 | 10010 | 0 | 110011 | 0 | 1010001 | 1100010 | 1001010 |
Color Harmonies of #D0FE7D
Complementary color
Monochromatic Colors of #D0FE7D
Black with #D0FE7D
Text Example
Text Example
White with #D0FE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE7D; }
p { color: rgb(208,254,125); }
H1.HeaderClassName
{
color: #D0FE7D;
}
.AnyTagClassName
{
color: #D0FE7D;
}
</style>
background-color css
<style>
a { background-color: #D0FE7D; }
a { background-color: rgb(208,254,125); }
div.DivClassName
{
background-color: #D0FE7D;
}
.BgClassName
{
background-color: #D0FE7D;
}
</style>
border-color css
<style>
span { border-color: #D0FE7D; }
span { border-color: rgb(208,254,125); }
td.TdClassName
{
border-color: #D0FE7D;
}
.TagClassName
{
border-color: #D0FE7D;
}
</style>