Shades of Sulu #B5F76A
Tints of Sulu #B5F76A
RGB
CMYK
RGB Variations
Color information
#B5F76A (or 0xB5F76A) is known color: Sulu. HEX triplet: B5, F7 and 6A. RGB value is (181,247,106). Sum of RGB (Red+Green+Blue) = 181+247+106=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F76A is #4A0895. Grayscale: #D3D3D3. Windows color (decimal): -4851862 or 7010229. OLE color: 7010229.
HSL color Cylindrical-coordinate representation of color #B5F76A: hue angle of 88.09º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5F76A is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 247 | 106 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.03 |
| HSL | 88.09º | 0.9% | 0.69% | - |
| HSV(B) | 88.09º | 0.57% | 0.97% | - |
| XYZ | 54.92 | 77.39 | 25.68 | - |
| YUV | 211.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 247 | 106 | 0.27 | 0 | 0.57 | 0.03 | 88.09 | 0.9 | 0.69 |
| Hex | B5 | F7 | 6A | 1B | 0 | 39 | 3 | 58 | 5A | 45 |
| Octal | 265 | 367 | 152 | 33 | 0 | 71 | 3 | 130 | 132 | 105 |
| Binary | 10110101 | 11110111 | 1101010 | 11011 | 0 | 111001 | 11 | 1011000 | 1011010 | 1000101 |
Color Harmonies of #B5F76A
Complementary color
Monochromatic Colors of #B5F76A
Black with #B5F76A
Text Example
Text Example
White with #B5F76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F76A; }
p { color: rgb(181,247,106); }
H1.HeaderClassName
{
color: #B5F76A;
}
.AnyTagClassName
{
color: #B5F76A;
}
</style>
background-color css
<style>
a { background-color: #B5F76A; }
a { background-color: rgb(181,247,106); }
div.DivClassName
{
background-color: #B5F76A;
}
.BgClassName
{
background-color: #B5F76A;
}
</style>
border-color css
<style>
span { border-color: #B5F76A; }
span { border-color: rgb(181,247,106); }
td.TdClassName
{
border-color: #B5F76A;
}
.TagClassName
{
border-color: #B5F76A;
}
</style>