Shades of Sulu #D5FE80
Tints of Sulu #D5FE80
RGB
CMYK
RGB Variations
Color information
#D5FE80 (or 0xD5FE80) is known color: Sulu. HEX triplet: D5, FE and 80. RGB value is (213,254,128). Sum of RGB (Red+Green+Blue) = 213+254+128=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 128 (50.39% from 255 or 21.51% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FE80 is #2A017F. Grayscale: #E3E3E3. Windows color (decimal): -2752896 or 8453845. OLE color: 8453845.
HSL color Cylindrical-coordinate representation of color #D5FE80: hue angle of 79.52º 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 #D5FE80 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 128 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.00 |
| HSL | 79.52º | 0.98% | 0.75% | - |
| HSV(B) | 79.52º | 0.5% | 1% | - |
| XYZ | 66.78 | 86.59 | 33.62 | - |
| YUV | 227.38 | 71.92 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 128 | 0.16 | 0 | 0.50 | 0.00 | 79.52 | 0.98 | 0.75 |
| Hex | D5 | FE | 80 | 10 | 0 | 32 | 0 | 50 | 62 | 4B |
| Octal | 325 | 376 | 200 | 20 | 0 | 62 | 0 | 120 | 142 | 113 |
| Binary | 11010101 | 11111110 | 10000000 | 10000 | 0 | 110010 | 0 | 1010000 | 1100010 | 1001011 |
Color Harmonies of #D5FE80
Complementary color
Monochromatic Colors of #D5FE80
Black with #D5FE80
Text Example
Text Example
White with #D5FE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE80; }
p { color: rgb(213,254,128); }
H1.HeaderClassName
{
color: #D5FE80;
}
.AnyTagClassName
{
color: #D5FE80;
}
</style>
background-color css
<style>
a { background-color: #D5FE80; }
a { background-color: rgb(213,254,128); }
div.DivClassName
{
background-color: #D5FE80;
}
.BgClassName
{
background-color: #D5FE80;
}
</style>
border-color css
<style>
span { border-color: #D5FE80; }
span { border-color: rgb(213,254,128); }
td.TdClassName
{
border-color: #D5FE80;
}
.TagClassName
{
border-color: #D5FE80;
}
</style>