Shades of Sulu #B5F07A
Tints of Sulu #B5F07A
RGB
CMYK
RGB Variations
Color information
#B5F07A (or 0xB5F07A) is known color: Sulu. HEX triplet: B5, F0 and 7A. RGB value is (181,240,122). Sum of RGB (Red+Green+Blue) = 181+240+122=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F07A is #4A0F85. Grayscale: #D1D1D1. Windows color (decimal): -4853638 or 8057013. OLE color: 8057013.
HSL color Cylindrical-coordinate representation of color #B5F07A: hue angle of 90º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5F07A is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 240 | 122 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.06 |
| HSL | 90º | 0.8% | 0.71% | - |
| HSV(B) | 90º | 0.49% | 0.94% | - |
| XYZ | 53.73 | 73.55 | 29.78 | - |
| YUV | 208.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 240 | 122 | 0.25 | 0 | 0.49 | 0.06 | 90 | 0.8 | 0.71 |
| Hex | B5 | F0 | 7A | 19 | 0 | 31 | 6 | 5A | 50 | 47 |
| Octal | 265 | 360 | 172 | 31 | 0 | 61 | 6 | 132 | 120 | 107 |
| Binary | 10110101 | 11110000 | 1111010 | 11001 | 0 | 110001 | 110 | 1011010 | 1010000 | 1000111 |
Color Harmonies of #B5F07A
Complementary color
Monochromatic Colors of #B5F07A
Black with #B5F07A
Text Example
Text Example
White with #B5F07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F07A; }
p { color: rgb(181,240,122); }
H1.HeaderClassName
{
color: #B5F07A;
}
.AnyTagClassName
{
color: #B5F07A;
}
</style>
background-color css
<style>
a { background-color: #B5F07A; }
a { background-color: rgb(181,240,122); }
div.DivClassName
{
background-color: #B5F07A;
}
.BgClassName
{
background-color: #B5F07A;
}
</style>
border-color css
<style>
span { border-color: #B5F07A; }
span { border-color: rgb(181,240,122); }
td.TdClassName
{
border-color: #B5F07A;
}
.TagClassName
{
border-color: #B5F07A;
}
</style>