Shades of Sulu #DBFC82
Tints of Sulu #DBFC82
RGB
CMYK
RGB Variations
Color information
#DBFC82 (or 0xDBFC82) is known color: Sulu. HEX triplet: DB, FC and 82. RGB value is (219,252,130). Sum of RGB (Red+Green+Blue) = 219+252+130=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 130 (51.17% from 255 or 21.63% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC82 is #24037D. Grayscale: #E4E4E4. Windows color (decimal): -2360190 or 8584411. OLE color: 8584411.
HSL color Cylindrical-coordinate representation of color #DBFC82: hue angle of 76.23º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBFC82 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 130 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.01 |
| HSL | 76.23º | 0.95% | 0.75% | - |
| HSV(B) | 76.23º | 0.48% | 0.99% | - |
| XYZ | 68.05 | 86.29 | 34.19 | - |
| YUV | 228.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 130 | 0.13 | 0 | 0.48 | 0.01 | 76.23 | 0.95 | 0.75 |
| Hex | DB | FC | 82 | D | 0 | 30 | 1 | 4C | 5F | 4B |
| Octal | 333 | 374 | 202 | 15 | 0 | 60 | 1 | 114 | 137 | 113 |
| Binary | 11011011 | 11111100 | 10000010 | 1101 | 0 | 110000 | 1 | 1001100 | 1011111 | 1001011 |
Color Harmonies of #DBFC82
Complementary color
Monochromatic Colors of #DBFC82
Black with #DBFC82
Text Example
Text Example
White with #DBFC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC82; }
p { color: rgb(219,252,130); }
H1.HeaderClassName
{
color: #DBFC82;
}
.AnyTagClassName
{
color: #DBFC82;
}
</style>
background-color css
<style>
a { background-color: #DBFC82; }
a { background-color: rgb(219,252,130); }
div.DivClassName
{
background-color: #DBFC82;
}
.BgClassName
{
background-color: #DBFC82;
}
</style>
border-color css
<style>
span { border-color: #DBFC82; }
span { border-color: rgb(219,252,130); }
td.TdClassName
{
border-color: #DBFC82;
}
.TagClassName
{
border-color: #DBFC82;
}
</style>