Shades of Sulu #B5DF7B
Tints of Sulu #B5DF7B
RGB
CMYK
RGB Variations
Color information
#B5DF7B (or 0xB5DF7B) is known color: Sulu. HEX triplet: B5, DF and 7B. RGB value is (181,223,123). Sum of RGB (Red+Green+Blue) = 181+223+123=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DF7B is #4A2084. Grayscale: #C7C7C7. Windows color (decimal): -4857989 or 8118197. OLE color: 8118197.
HSL color Cylindrical-coordinate representation of color #B5DF7B: hue angle of 85.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5DF7B is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 123 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.13 |
| HSL | 85.2º | 0.61% | 0.68% | - |
| HSV(B) | 85.2º | 0.45% | 0.87% | - |
| XYZ | 49.02 | 64.03 | 28.51 | - |
| YUV | 199.04 | 85.09 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 123 | 0.19 | 0 | 0.45 | 0.13 | 85.2 | 0.61 | 0.68 |
| Hex | B5 | DF | 7B | 13 | 0 | 2D | D | 55 | 3D | 44 |
| Octal | 265 | 337 | 173 | 23 | 0 | 55 | 15 | 125 | 75 | 104 |
| Binary | 10110101 | 11011111 | 1111011 | 10011 | 0 | 101101 | 1101 | 1010101 | 111101 | 1000100 |
Color Harmonies of #B5DF7B
Complementary color
Monochromatic Colors of #B5DF7B
Black with #B5DF7B
Text Example
Text Example
White with #B5DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF7B; }
p { color: rgb(181,223,123); }
H1.HeaderClassName
{
color: #B5DF7B;
}
.AnyTagClassName
{
color: #B5DF7B;
}
</style>
background-color css
<style>
a { background-color: #B5DF7B; }
a { background-color: rgb(181,223,123); }
div.DivClassName
{
background-color: #B5DF7B;
}
.BgClassName
{
background-color: #B5DF7B;
}
</style>
border-color css
<style>
span { border-color: #B5DF7B; }
span { border-color: rgb(181,223,123); }
td.TdClassName
{
border-color: #B5DF7B;
}
.TagClassName
{
border-color: #B5DF7B;
}
</style>