Shades of Sulu #B5E67C
Tints of Sulu #B5E67C
RGB
CMYK
RGB Variations
Color information
#B5E67C (or 0xB5E67C) is known color: Sulu. HEX triplet: B5, E6 and 7C. RGB value is (181,230,124). Sum of RGB (Red+Green+Blue) = 181+230+124=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5E67C is #4A1983. Grayscale: #CBCBCB. Windows color (decimal): -4856196 or 8185525. OLE color: 8185525.
HSL color Cylindrical-coordinate representation of color #B5E67C: hue angle of 87.74º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5E67C is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 230 | 124 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.10 |
| HSL | 87.74º | 0.68% | 0.69% | - |
| HSV(B) | 87.74º | 0.46% | 0.9% | - |
| XYZ | 50.99 | 67.87 | 29.48 | - |
| YUV | 203.27 | 83.27 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 230 | 124 | 0.21 | 0 | 0.46 | 0.10 | 87.74 | 0.68 | 0.69 |
| Hex | B5 | E6 | 7C | 15 | 0 | 2E | A | 58 | 44 | 45 |
| Octal | 265 | 346 | 174 | 25 | 0 | 56 | 12 | 130 | 104 | 105 |
| Binary | 10110101 | 11100110 | 1111100 | 10101 | 0 | 101110 | 1010 | 1011000 | 1000100 | 1000101 |
Color Harmonies of #B5E67C
Complementary color
Monochromatic Colors of #B5E67C
Black with #B5E67C
Text Example
Text Example
White with #B5E67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E67C; }
p { color: rgb(181,230,124); }
H1.HeaderClassName
{
color: #B5E67C;
}
.AnyTagClassName
{
color: #B5E67C;
}
</style>
background-color css
<style>
a { background-color: #B5E67C; }
a { background-color: rgb(181,230,124); }
div.DivClassName
{
background-color: #B5E67C;
}
.BgClassName
{
background-color: #B5E67C;
}
</style>
border-color css
<style>
span { border-color: #B5E67C; }
span { border-color: rgb(181,230,124); }
td.TdClassName
{
border-color: #B5E67C;
}
.TagClassName
{
border-color: #B5E67C;
}
</style>