Shades of Sulu #B5FB7D
Tints of Sulu #B5FB7D
RGB
CMYK
RGB Variations
Color information
#B5FB7D (or 0xB5FB7D) is known color: Sulu. HEX triplet: B5, FB and 7D. RGB value is (181,251,125). Sum of RGB (Red+Green+Blue) = 181+251+125=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FB7D is #4A0482. Grayscale: #D8D8D8. Windows color (decimal): -4850819 or 8256437. OLE color: 8256437.
HSL color Cylindrical-coordinate representation of color #B5FB7D: hue angle of 93.33º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5FB7D is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 251 | 125 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.02 |
| HSL | 93.33º | 0.94% | 0.74% | - |
| HSV(B) | 93.33º | 0.5% | 0.98% | - |
| XYZ | 57.25 | 80.3 | 31.88 | - |
| YUV | 215.71 | 76.81 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 251 | 125 | 0.28 | 0 | 0.50 | 0.02 | 93.33 | 0.94 | 0.74 |
| Hex | B5 | FB | 7D | 1C | 0 | 32 | 2 | 5D | 5E | 4A |
| Octal | 265 | 373 | 175 | 34 | 0 | 62 | 2 | 135 | 136 | 112 |
| Binary | 10110101 | 11111011 | 1111101 | 11100 | 0 | 110010 | 10 | 1011101 | 1011110 | 1001010 |
Color Harmonies of #B5FB7D
Complementary color
Monochromatic Colors of #B5FB7D
Black with #B5FB7D
Text Example
Text Example
White with #B5FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FB7D; }
p { color: rgb(181,251,125); }
H1.HeaderClassName
{
color: #B5FB7D;
}
.AnyTagClassName
{
color: #B5FB7D;
}
</style>
background-color css
<style>
a { background-color: #B5FB7D; }
a { background-color: rgb(181,251,125); }
div.DivClassName
{
background-color: #B5FB7D;
}
.BgClassName
{
background-color: #B5FB7D;
}
</style>
border-color css
<style>
span { border-color: #B5FB7D; }
span { border-color: rgb(181,251,125); }
td.TdClassName
{
border-color: #B5FB7D;
}
.TagClassName
{
border-color: #B5FB7D;
}
</style>