Shades of Sulu #B5DF81
Tints of Sulu #B5DF81
RGB
CMYK
RGB Variations
Color information
#B5DF81 (or 0xB5DF81) is known color: Sulu. HEX triplet: B5, DF and 81. RGB value is (181,223,129). Sum of RGB (Red+Green+Blue) = 181+223+129=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DF81 is #4A207E. Grayscale: #C8C8C8. Windows color (decimal): -4857983 or 8511413. OLE color: 8511413.
HSL color Cylindrical-coordinate representation of color #B5DF81: hue angle of 86.81º 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 #B5DF81 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 129 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.13 |
| HSL | 86.81º | 0.59% | 0.69% | - |
| HSV(B) | 86.81º | 0.42% | 0.87% | - |
| XYZ | 49.41 | 64.18 | 30.55 | - |
| YUV | 199.73 | 88.09 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 129 | 0.19 | 0 | 0.42 | 0.13 | 86.81 | 0.59 | 0.69 |
| Hex | B5 | DF | 81 | 13 | 0 | 2A | D | 57 | 3B | 45 |
| Octal | 265 | 337 | 201 | 23 | 0 | 52 | 15 | 127 | 73 | 105 |
| Binary | 10110101 | 11011111 | 10000001 | 10011 | 0 | 101010 | 1101 | 1010111 | 111011 | 1000101 |
Color Harmonies of #B5DF81
Complementary color
Monochromatic Colors of #B5DF81
Black with #B5DF81
Text Example
Text Example
White with #B5DF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF81; }
p { color: rgb(181,223,129); }
H1.HeaderClassName
{
color: #B5DF81;
}
.AnyTagClassName
{
color: #B5DF81;
}
</style>
background-color css
<style>
a { background-color: #B5DF81; }
a { background-color: rgb(181,223,129); }
div.DivClassName
{
background-color: #B5DF81;
}
.BgClassName
{
background-color: #B5DF81;
}
</style>
border-color css
<style>
span { border-color: #B5DF81; }
span { border-color: rgb(181,223,129); }
td.TdClassName
{
border-color: #B5DF81;
}
.TagClassName
{
border-color: #B5DF81;
}
</style>