Shades of Sulu #D5FE83
Tints of Sulu #D5FE83
RGB
CMYK
RGB Variations
Color information
#D5FE83 (or 0xD5FE83) is known color: Sulu. HEX triplet: D5, FE and 83. RGB value is (213,254,131). Sum of RGB (Red+Green+Blue) = 213+254+131=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FE83 is #2A017C. Grayscale: #E4E4E4. Windows color (decimal): -2752893 or 8650453. OLE color: 8650453.
HSL color Cylindrical-coordinate representation of color #D5FE83: hue angle of 80º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5FE83 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 131 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.00 |
| HSL | 80º | 0.98% | 0.75% | - |
| HSV(B) | 80º | 0.48% | 1% | - |
| XYZ | 66.98 | 86.67 | 34.67 | - |
| YUV | 227.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 131 | 0.16 | 0 | 0.48 | 0.00 | 80 | 0.98 | 0.75 |
| Hex | D5 | FE | 83 | 10 | 0 | 30 | 0 | 50 | 62 | 4B |
| Octal | 325 | 376 | 203 | 20 | 0 | 60 | 0 | 120 | 142 | 113 |
| Binary | 11010101 | 11111110 | 10000011 | 10000 | 0 | 110000 | 0 | 1010000 | 1100010 | 1001011 |
Color Harmonies of #D5FE83
Complementary color
Monochromatic Colors of #D5FE83
Black with #D5FE83
Text Example
Text Example
White with #D5FE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE83; }
p { color: rgb(213,254,131); }
H1.HeaderClassName
{
color: #D5FE83;
}
.AnyTagClassName
{
color: #D5FE83;
}
</style>
background-color css
<style>
a { background-color: #D5FE83; }
a { background-color: rgb(213,254,131); }
div.DivClassName
{
background-color: #D5FE83;
}
.BgClassName
{
background-color: #D5FE83;
}
</style>
border-color css
<style>
span { border-color: #D5FE83; }
span { border-color: rgb(213,254,131); }
td.TdClassName
{
border-color: #D5FE83;
}
.TagClassName
{
border-color: #D5FE83;
}
</style>