Shades of Sulu #B5DF82
Tints of Sulu #B5DF82
RGB
CMYK
RGB Variations
Color information
#B5DF82 (or 0xB5DF82) is known color: Sulu. HEX triplet: B5, DF and 82. RGB value is (181,223,130). Sum of RGB (Red+Green+Blue) = 181+223+130=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DF82 is #4A207D. Grayscale: #C8C8C8. Windows color (decimal): -4857982 or 8576949. OLE color: 8576949.
HSL color Cylindrical-coordinate representation of color #B5DF82: hue angle of 87.1º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5DF82 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 130 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.13 |
| HSL | 87.1º | 0.59% | 0.69% | - |
| HSV(B) | 87.1º | 0.42% | 0.87% | - |
| XYZ | 49.47 | 64.21 | 30.91 | - |
| YUV | 199.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 130 | 0.19 | 0 | 0.42 | 0.13 | 87.1 | 0.59 | 0.69 |
| Hex | B5 | DF | 82 | 13 | 0 | 2A | D | 57 | 3B | 45 |
| Octal | 265 | 337 | 202 | 23 | 0 | 52 | 15 | 127 | 73 | 105 |
| Binary | 10110101 | 11011111 | 10000010 | 10011 | 0 | 101010 | 1101 | 1010111 | 111011 | 1000101 |
Color Harmonies of #B5DF82
Complementary color
Monochromatic Colors of #B5DF82
Black with #B5DF82
Text Example
Text Example
White with #B5DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF82; }
p { color: rgb(181,223,130); }
H1.HeaderClassName
{
color: #B5DF82;
}
.AnyTagClassName
{
color: #B5DF82;
}
</style>
background-color css
<style>
a { background-color: #B5DF82; }
a { background-color: rgb(181,223,130); }
div.DivClassName
{
background-color: #B5DF82;
}
.BgClassName
{
background-color: #B5DF82;
}
</style>
border-color css
<style>
span { border-color: #B5DF82; }
span { border-color: rgb(181,223,130); }
td.TdClassName
{
border-color: #B5DF82;
}
.TagClassName
{
border-color: #B5DF82;
}
</style>