Shades of Sulu #B5DD73
Tints of Sulu #B5DD73
RGB
CMYK
RGB Variations
Color information
#B5DD73 (or 0xB5DD73) is known color: Sulu. HEX triplet: B5, DD and 73. RGB value is (181,221,115). Sum of RGB (Red+Green+Blue) = 181+221+115=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD73 is #4A228C. Grayscale: #C5C5C5. Windows color (decimal): -4858509 or 7593397. OLE color: 7593397.
HSL color Cylindrical-coordinate representation of color #B5DD73: hue angle of 82.64º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5DD73 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 115 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.13 |
| HSL | 82.64º | 0.61% | 0.66% | - |
| HSV(B) | 82.64º | 0.48% | 0.87% | - |
| XYZ | 48.01 | 62.77 | 25.81 | - |
| YUV | 196.96 | 81.75 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 115 | 0.18 | 0 | 0.48 | 0.13 | 82.64 | 0.61 | 0.66 |
| Hex | B5 | DD | 73 | 12 | 0 | 30 | D | 53 | 3D | 42 |
| Octal | 265 | 335 | 163 | 22 | 0 | 60 | 15 | 123 | 75 | 102 |
| Binary | 10110101 | 11011101 | 1110011 | 10010 | 0 | 110000 | 1101 | 1010011 | 111101 | 1000010 |
Color Harmonies of #B5DD73
Complementary color
Monochromatic Colors of #B5DD73
Black with #B5DD73
Text Example
Text Example
White with #B5DD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD73; }
p { color: rgb(181,221,115); }
H1.HeaderClassName
{
color: #B5DD73;
}
.AnyTagClassName
{
color: #B5DD73;
}
</style>
background-color css
<style>
a { background-color: #B5DD73; }
a { background-color: rgb(181,221,115); }
div.DivClassName
{
background-color: #B5DD73;
}
.BgClassName
{
background-color: #B5DD73;
}
</style>
border-color css
<style>
span { border-color: #B5DD73; }
span { border-color: rgb(181,221,115); }
td.TdClassName
{
border-color: #B5DD73;
}
.TagClassName
{
border-color: #B5DD73;
}
</style>