Shades of Sulu #B5DC6F
Tints of Sulu #B5DC6F
RGB
CMYK
RGB Variations
Color information
#B5DC6F (or 0xB5DC6F) is known color: Sulu. HEX triplet: B5, DC and 6F. RGB value is (181,220,111). Sum of RGB (Red+Green+Blue) = 181+220+111=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC6F is #4A2390. Grayscale: #C4C4C4. Windows color (decimal): -4858769 or 7330997. OLE color: 7330997.
HSL color Cylindrical-coordinate representation of color #B5DC6F: hue angle of 81.47º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5DC6F is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 111 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.14 |
| HSL | 81.47º | 0.61% | 0.65% | - |
| HSV(B) | 81.47º | 0.5% | 0.86% | - |
| XYZ | 47.52 | 62.16 | 24.53 | - |
| YUV | 195.91 | 80.08 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 111 | 0.18 | 0 | 0.50 | 0.14 | 81.47 | 0.61 | 0.65 |
| Hex | B5 | DC | 6F | 12 | 0 | 32 | E | 51 | 3D | 41 |
| Octal | 265 | 334 | 157 | 22 | 0 | 62 | 16 | 121 | 75 | 101 |
| Binary | 10110101 | 11011100 | 1101111 | 10010 | 0 | 110010 | 1110 | 1010001 | 111101 | 1000001 |
Color Harmonies of #B5DC6F
Complementary color
Monochromatic Colors of #B5DC6F
Black with #B5DC6F
Text Example
Text Example
White with #B5DC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC6F; }
p { color: rgb(181,220,111); }
H1.HeaderClassName
{
color: #B5DC6F;
}
.AnyTagClassName
{
color: #B5DC6F;
}
</style>
background-color css
<style>
a { background-color: #B5DC6F; }
a { background-color: rgb(181,220,111); }
div.DivClassName
{
background-color: #B5DC6F;
}
.BgClassName
{
background-color: #B5DC6F;
}
</style>
border-color css
<style>
span { border-color: #B5DC6F; }
span { border-color: rgb(181,220,111); }
td.TdClassName
{
border-color: #B5DC6F;
}
.TagClassName
{
border-color: #B5DC6F;
}
</style>