Shades of Sulu #B5DA7A
Tints of Sulu #B5DA7A
RGB
CMYK
RGB Variations
Color information
#B5DA7A (or 0xB5DA7A) is known color: Sulu. HEX triplet: B5, DA and 7A. RGB value is (181,218,122). Sum of RGB (Red+Green+Blue) = 181+218+122=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DA7A is #4A2585. Grayscale: #C4C4C4. Windows color (decimal): -4859270 or 8051381. OLE color: 8051381.
HSL color Cylindrical-coordinate representation of color #B5DA7A: hue angle of 83.13º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5DA7A is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 218 | 122 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.15 |
| HSL | 83.13º | 0.56% | 0.67% | - |
| HSV(B) | 83.13º | 0.44% | 0.85% | - |
| XYZ | 47.64 | 61.37 | 27.75 | - |
| YUV | 195.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 218 | 122 | 0.17 | 0 | 0.44 | 0.15 | 83.13 | 0.56 | 0.67 |
| Hex | B5 | DA | 7A | 11 | 0 | 2C | F | 53 | 38 | 43 |
| Octal | 265 | 332 | 172 | 21 | 0 | 54 | 17 | 123 | 70 | 103 |
| Binary | 10110101 | 11011010 | 1111010 | 10001 | 0 | 101100 | 1111 | 1010011 | 111000 | 1000011 |
Color Harmonies of #B5DA7A
Complementary color
Monochromatic Colors of #B5DA7A
Black with #B5DA7A
Text Example
Text Example
White with #B5DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DA7A; }
p { color: rgb(181,218,122); }
H1.HeaderClassName
{
color: #B5DA7A;
}
.AnyTagClassName
{
color: #B5DA7A;
}
</style>
background-color css
<style>
a { background-color: #B5DA7A; }
a { background-color: rgb(181,218,122); }
div.DivClassName
{
background-color: #B5DA7A;
}
.BgClassName
{
background-color: #B5DA7A;
}
</style>
border-color css
<style>
span { border-color: #B5DA7A; }
span { border-color: rgb(181,218,122); }
td.TdClassName
{
border-color: #B5DA7A;
}
.TagClassName
{
border-color: #B5DA7A;
}
</style>