Shades of Sulu #B5DB72
Tints of Sulu #B5DB72
RGB
CMYK
RGB Variations
Color information
#B5DB72 (or 0xB5DB72) is known color: Sulu. HEX triplet: B5, DB and 72. RGB value is (181,219,114). Sum of RGB (Red+Green+Blue) = 181+219+114=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DB72 is #4A248D. Grayscale: #C4C4C4. Windows color (decimal): -4859022 or 7527349. OLE color: 7527349.
HSL color Cylindrical-coordinate representation of color #B5DB72: hue angle of 81.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5DB72 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 114 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.14 |
| HSL | 81.71º | 0.59% | 0.65% | - |
| HSV(B) | 81.71º | 0.48% | 0.86% | - |
| XYZ | 47.42 | 61.7 | 25.33 | - |
| YUV | 195.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 114 | 0.17 | 0 | 0.48 | 0.14 | 81.71 | 0.59 | 0.65 |
| Hex | B5 | DB | 72 | 11 | 0 | 30 | E | 52 | 3B | 41 |
| Octal | 265 | 333 | 162 | 21 | 0 | 60 | 16 | 122 | 73 | 101 |
| Binary | 10110101 | 11011011 | 1110010 | 10001 | 0 | 110000 | 1110 | 1010010 | 111011 | 1000001 |
Color Harmonies of #B5DB72
Complementary color
Monochromatic Colors of #B5DB72
Black with #B5DB72
Text Example
Text Example
White with #B5DB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB72; }
p { color: rgb(181,219,114); }
H1.HeaderClassName
{
color: #B5DB72;
}
.AnyTagClassName
{
color: #B5DB72;
}
</style>
background-color css
<style>
a { background-color: #B5DB72; }
a { background-color: rgb(181,219,114); }
div.DivClassName
{
background-color: #B5DB72;
}
.BgClassName
{
background-color: #B5DB72;
}
</style>
border-color css
<style>
span { border-color: #B5DB72; }
span { border-color: rgb(181,219,114); }
td.TdClassName
{
border-color: #B5DB72;
}
.TagClassName
{
border-color: #B5DB72;
}
</style>