Shades of Sulu #B1FE6C
Tints of Sulu #B1FE6C
RGB
CMYK
RGB Variations
Color information
#B1FE6C (or 0xB1FE6C) is known color: Sulu. HEX triplet: B1, FE and 6C. RGB value is (177,254,108). Sum of RGB (Red+Green+Blue) = 177+254+108=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FE6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FE6C is #4E0193. Grayscale: #D6D6D6. Windows color (decimal): -5112212 or 7143089. OLE color: 7143089.
HSL color Cylindrical-coordinate representation of color #B1FE6C: hue angle of 91.64º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1FE6C is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 108 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.00 |
| HSL | 91.64º | 0.99% | 0.71% | - |
| HSV(B) | 91.64º | 0.57% | 1% | - |
| XYZ | 56.28 | 81.31 | 26.92 | - |
| YUV | 214.33 | 67.99 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 108 | 0.30 | 0 | 0.57 | 0.00 | 91.64 | 0.99 | 0.71 |
| Hex | B1 | FE | 6C | 1E | 0 | 39 | 0 | 5C | 63 | 47 |
| Octal | 261 | 376 | 154 | 36 | 0 | 71 | 0 | 134 | 143 | 107 |
| Binary | 10110001 | 11111110 | 1101100 | 11110 | 0 | 111001 | 0 | 1011100 | 1100011 | 1000111 |
Color Harmonies of #B1FE6C
Complementary color
Monochromatic Colors of #B1FE6C
Black with #B1FE6C
Text Example
Text Example
White with #B1FE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FE6C; }
p { color: rgb(177,254,108); }
H1.HeaderClassName
{
color: #B1FE6C;
}
.AnyTagClassName
{
color: #B1FE6C;
}
</style>
background-color css
<style>
a { background-color: #B1FE6C; }
a { background-color: rgb(177,254,108); }
div.DivClassName
{
background-color: #B1FE6C;
}
.BgClassName
{
background-color: #B1FE6C;
}
</style>
border-color css
<style>
span { border-color: #B1FE6C; }
span { border-color: rgb(177,254,108); }
td.TdClassName
{
border-color: #B1FE6C;
}
.TagClassName
{
border-color: #B1FE6C;
}
</style>