Shades of Sulu #D0FE7E
Tints of Sulu #D0FE7E
RGB
CMYK
RGB Variations
Color information
#D0FE7E (or 0xD0FE7E) is known color: Sulu. HEX triplet: D0, FE and 7E. RGB value is (208,254,126). Sum of RGB (Red+Green+Blue) = 208+254+126=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE7E is #2F0181. Grayscale: #E2E2E2. Windows color (decimal): -3080578 or 8322768. OLE color: 8322768.
HSL color Cylindrical-coordinate representation of color #D0FE7E: hue angle of 81.56º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0FE7E is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 126 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.00 |
| HSL | 81.56º | 0.98% | 0.75% | - |
| HSV(B) | 81.56º | 0.5% | 1% | - |
| XYZ | 65.22 | 85.8 | 32.86 | - |
| YUV | 225.65 | 71.76 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 126 | 0.18 | 0 | 0.50 | 0.00 | 81.56 | 0.98 | 0.75 |
| Hex | D0 | FE | 7E | 12 | 0 | 32 | 0 | 52 | 62 | 4B |
| Octal | 320 | 376 | 176 | 22 | 0 | 62 | 0 | 122 | 142 | 113 |
| Binary | 11010000 | 11111110 | 1111110 | 10010 | 0 | 110010 | 0 | 1010010 | 1100010 | 1001011 |
Color Harmonies of #D0FE7E
Complementary color
Monochromatic Colors of #D0FE7E
Black with #D0FE7E
Text Example
Text Example
White with #D0FE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE7E; }
p { color: rgb(208,254,126); }
H1.HeaderClassName
{
color: #D0FE7E;
}
.AnyTagClassName
{
color: #D0FE7E;
}
</style>
background-color css
<style>
a { background-color: #D0FE7E; }
a { background-color: rgb(208,254,126); }
div.DivClassName
{
background-color: #D0FE7E;
}
.BgClassName
{
background-color: #D0FE7E;
}
</style>
border-color css
<style>
span { border-color: #D0FE7E; }
span { border-color: rgb(208,254,126); }
td.TdClassName
{
border-color: #D0FE7E;
}
.TagClassName
{
border-color: #D0FE7E;
}
</style>