Shades of Sulu #B5DD7A
Tints of Sulu #B5DD7A
RGB
CMYK
RGB Variations
Color information
#B5DD7A (or 0xB5DD7A) is known color: Sulu. HEX triplet: B5, DD and 7A. RGB value is (181,221,122). Sum of RGB (Red+Green+Blue) = 181+221+122=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD7A is #4A2285. Grayscale: #C6C6C6. Windows color (decimal): -4858502 or 8052149. OLE color: 8052149.
HSL color Cylindrical-coordinate representation of color #B5DD7A: hue angle of 84.24º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5DD7A is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 122 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.13 |
| HSL | 84.24º | 0.59% | 0.67% | - |
| HSV(B) | 84.24º | 0.45% | 0.87% | - |
| XYZ | 48.43 | 62.94 | 28.01 | - |
| YUV | 197.75 | 85.25 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 122 | 0.18 | 0 | 0.45 | 0.13 | 84.24 | 0.59 | 0.67 |
| Hex | B5 | DD | 7A | 12 | 0 | 2D | D | 54 | 3B | 43 |
| Octal | 265 | 335 | 172 | 22 | 0 | 55 | 15 | 124 | 73 | 103 |
| Binary | 10110101 | 11011101 | 1111010 | 10010 | 0 | 101101 | 1101 | 1010100 | 111011 | 1000011 |
Color Harmonies of #B5DD7A
Complementary color
Monochromatic Colors of #B5DD7A
Black with #B5DD7A
Text Example
Text Example
White with #B5DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD7A; }
p { color: rgb(181,221,122); }
H1.HeaderClassName
{
color: #B5DD7A;
}
.AnyTagClassName
{
color: #B5DD7A;
}
</style>
background-color css
<style>
a { background-color: #B5DD7A; }
a { background-color: rgb(181,221,122); }
div.DivClassName
{
background-color: #B5DD7A;
}
.BgClassName
{
background-color: #B5DD7A;
}
</style>
border-color css
<style>
span { border-color: #B5DD7A; }
span { border-color: rgb(181,221,122); }
td.TdClassName
{
border-color: #B5DD7A;
}
.TagClassName
{
border-color: #B5DD7A;
}
</style>