Shades of Sulu #B4DB6F
Tints of Sulu #B4DB6F
RGB
CMYK
RGB Variations
Color information
#B4DB6F (or 0xB4DB6F) is known color: Sulu. HEX triplet: B4, DB and 6F. RGB value is (180,219,111). Sum of RGB (Red+Green+Blue) = 180+219+111=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DB6F is #4B2490. Grayscale: #C3C3C3. Windows color (decimal): -4924561 or 7330740. OLE color: 7330740.
HSL color Cylindrical-coordinate representation of color #B4DB6F: hue angle of 81.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4DB6F is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 111 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.14 |
| HSL | 81.67º | 0.6% | 0.65% | - |
| HSV(B) | 81.67º | 0.49% | 0.86% | - |
| XYZ | 47.02 | 61.51 | 24.43 | - |
| YUV | 195.03 | 80.58 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 111 | 0.18 | 0 | 0.49 | 0.14 | 81.67 | 0.6 | 0.65 |
| Hex | B4 | DB | 6F | 12 | 0 | 31 | E | 52 | 3C | 41 |
| Octal | 264 | 333 | 157 | 22 | 0 | 61 | 16 | 122 | 74 | 101 |
| Binary | 10110100 | 11011011 | 1101111 | 10010 | 0 | 110001 | 1110 | 1010010 | 111100 | 1000001 |
Color Harmonies of #B4DB6F
Complementary color
Monochromatic Colors of #B4DB6F
Black with #B4DB6F
Text Example
Text Example
White with #B4DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DB6F; }
p { color: rgb(180,219,111); }
H1.HeaderClassName
{
color: #B4DB6F;
}
.AnyTagClassName
{
color: #B4DB6F;
}
</style>
background-color css
<style>
a { background-color: #B4DB6F; }
a { background-color: rgb(180,219,111); }
div.DivClassName
{
background-color: #B4DB6F;
}
.BgClassName
{
background-color: #B4DB6F;
}
</style>
border-color css
<style>
span { border-color: #B4DB6F; }
span { border-color: rgb(180,219,111); }
td.TdClassName
{
border-color: #B4DB6F;
}
.TagClassName
{
border-color: #B4DB6F;
}
</style>