Shades of Sulu #DBFE83
Tints of Sulu #DBFE83
RGB
CMYK
RGB Variations
Color information
#DBFE83 (or 0xDBFE83) is known color: Sulu. HEX triplet: DB, FE and 83. RGB value is (219,254,131). Sum of RGB (Red+Green+Blue) = 219+254+131=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 131 (51.56% from 255 or 21.69% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE83 is #24017C. Grayscale: #E5E5E5. Windows color (decimal): -2359677 or 8650459. OLE color: 8650459.
HSL color Cylindrical-coordinate representation of color #DBFE83: hue angle of 77.07º 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 #DBFE83 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 131 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.00 |
| HSL | 77.07º | 0.98% | 0.75% | - |
| HSV(B) | 77.07º | 0.48% | 1% | - |
| XYZ | 68.75 | 87.58 | 34.75 | - |
| YUV | 229.51 | 72.4 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 131 | 0.14 | 0 | 0.48 | 0.00 | 77.07 | 0.98 | 0.75 |
| Hex | DB | FE | 83 | E | 0 | 30 | 0 | 4D | 62 | 4B |
| Octal | 333 | 376 | 203 | 16 | 0 | 60 | 0 | 115 | 142 | 113 |
| Binary | 11011011 | 11111110 | 10000011 | 1110 | 0 | 110000 | 0 | 1001101 | 1100010 | 1001011 |
Color Harmonies of #DBFE83
Complementary color
Monochromatic Colors of #DBFE83
Black with #DBFE83
Text Example
Text Example
White with #DBFE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE83; }
p { color: rgb(219,254,131); }
H1.HeaderClassName
{
color: #DBFE83;
}
.AnyTagClassName
{
color: #DBFE83;
}
</style>
background-color css
<style>
a { background-color: #DBFE83; }
a { background-color: rgb(219,254,131); }
div.DivClassName
{
background-color: #DBFE83;
}
.BgClassName
{
background-color: #DBFE83;
}
</style>
border-color css
<style>
span { border-color: #DBFE83; }
span { border-color: rgb(219,254,131); }
td.TdClassName
{
border-color: #DBFE83;
}
.TagClassName
{
border-color: #DBFE83;
}
</style>