Shades of Sulu #B4F180
Tints of Sulu #B4F180
RGB
CMYK
RGB Variations
Color information
#B4F180 (or 0xB4F180) is known color: Sulu. HEX triplet: B4, F1 and 80. RGB value is (180,241,128). Sum of RGB (Red+Green+Blue) = 180+241+128=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F180 is #4B0E7F. Grayscale: #D2D2D2. Windows color (decimal): -4918912 or 8450484. OLE color: 8450484.
HSL color Cylindrical-coordinate representation of color #B4F180: hue angle of 92.39º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4F180 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 241 | 128 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.05 |
| HSL | 92.39º | 0.8% | 0.72% | - |
| HSV(B) | 92.39º | 0.47% | 0.95% | - |
| XYZ | 54.17 | 74.17 | 31.88 | - |
| YUV | 209.88 | 81.79 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 241 | 128 | 0.25 | 0 | 0.47 | 0.05 | 92.39 | 0.8 | 0.72 |
| Hex | B4 | F1 | 80 | 19 | 0 | 2F | 5 | 5C | 50 | 48 |
| Octal | 264 | 361 | 200 | 31 | 0 | 57 | 5 | 134 | 120 | 110 |
| Binary | 10110100 | 11110001 | 10000000 | 11001 | 0 | 101111 | 101 | 1011100 | 1010000 | 1001000 |
Color Harmonies of #B4F180
Complementary color
Monochromatic Colors of #B4F180
Black with #B4F180
Text Example
Text Example
White with #B4F180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F180; }
p { color: rgb(180,241,128); }
H1.HeaderClassName
{
color: #B4F180;
}
.AnyTagClassName
{
color: #B4F180;
}
</style>
background-color css
<style>
a { background-color: #B4F180; }
a { background-color: rgb(180,241,128); }
div.DivClassName
{
background-color: #B4F180;
}
.BgClassName
{
background-color: #B4F180;
}
</style>
border-color css
<style>
span { border-color: #B4F180; }
span { border-color: rgb(180,241,128); }
td.TdClassName
{
border-color: #B4F180;
}
.TagClassName
{
border-color: #B4F180;
}
</style>