Shades of Sulu #D7FE80
Tints of Sulu #D7FE80
RGB
CMYK
RGB Variations
Color information
#D7FE80 (or 0xD7FE80) is known color: Sulu. HEX triplet: D7, FE and 80. RGB value is (215,254,128). Sum of RGB (Red+Green+Blue) = 215+254+128=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FE80 is #28017F. Grayscale: #E4E4E4. Windows color (decimal): -2621824 or 8453847. OLE color: 8453847.
HSL color Cylindrical-coordinate representation of color #D7FE80: hue angle of 78.57º 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 #D7FE80 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 254 | 128 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.00 |
| HSL | 78.57º | 0.98% | 0.75% | - |
| HSV(B) | 78.57º | 0.5% | 1% | - |
| XYZ | 67.36 | 86.89 | 33.64 | - |
| YUV | 227.98 | 71.58 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 254 | 128 | 0.15 | 0 | 0.50 | 0.00 | 78.57 | 0.98 | 0.75 |
| Hex | D7 | FE | 80 | F | 0 | 32 | 0 | 4F | 62 | 4B |
| Octal | 327 | 376 | 200 | 17 | 0 | 62 | 0 | 117 | 142 | 113 |
| Binary | 11010111 | 11111110 | 10000000 | 1111 | 0 | 110010 | 0 | 1001111 | 1100010 | 1001011 |
Color Harmonies of #D7FE80
Complementary color
Monochromatic Colors of #D7FE80
Black with #D7FE80
Text Example
Text Example
White with #D7FE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FE80; }
p { color: rgb(215,254,128); }
H1.HeaderClassName
{
color: #D7FE80;
}
.AnyTagClassName
{
color: #D7FE80;
}
</style>
background-color css
<style>
a { background-color: #D7FE80; }
a { background-color: rgb(215,254,128); }
div.DivClassName
{
background-color: #D7FE80;
}
.BgClassName
{
background-color: #D7FE80;
}
</style>
border-color css
<style>
span { border-color: #D7FE80; }
span { border-color: rgb(215,254,128); }
td.TdClassName
{
border-color: #D7FE80;
}
.TagClassName
{
border-color: #D7FE80;
}
</style>