Shades of Sulu #B2F16C
Tints of Sulu #B2F16C
RGB
CMYK
RGB Variations
Color information
#B2F16C (or 0xB2F16C) is known color: Sulu. HEX triplet: B2, F1 and 6C. RGB value is (178,241,108). Sum of RGB (Red+Green+Blue) = 178+241+108=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F16C is #4D0E93. Grayscale: #CFCFCF. Windows color (decimal): -5050004 or 7139762. OLE color: 7139762.
HSL color Cylindrical-coordinate representation of color #B2F16C: hue angle of 88.42º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2F16C is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 108 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.05 |
| HSL | 88.42º | 0.83% | 0.68% | - |
| HSV(B) | 88.42º | 0.55% | 0.95% | - |
| XYZ | 52.52 | 73.46 | 25.6 | - |
| YUV | 207 | 72.13 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 108 | 0.26 | 0 | 0.55 | 0.05 | 88.42 | 0.83 | 0.68 |
| Hex | B2 | F1 | 6C | 1A | 0 | 37 | 5 | 58 | 53 | 44 |
| Octal | 262 | 361 | 154 | 32 | 0 | 67 | 5 | 130 | 123 | 104 |
| Binary | 10110010 | 11110001 | 1101100 | 11010 | 0 | 110111 | 101 | 1011000 | 1010011 | 1000100 |
Color Harmonies of #B2F16C
Complementary color
Monochromatic Colors of #B2F16C
Black with #B2F16C
Text Example
Text Example
White with #B2F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F16C; }
p { color: rgb(178,241,108); }
H1.HeaderClassName
{
color: #B2F16C;
}
.AnyTagClassName
{
color: #B2F16C;
}
</style>
background-color css
<style>
a { background-color: #B2F16C; }
a { background-color: rgb(178,241,108); }
div.DivClassName
{
background-color: #B2F16C;
}
.BgClassName
{
background-color: #B2F16C;
}
</style>
border-color css
<style>
span { border-color: #B2F16C; }
span { border-color: rgb(178,241,108); }
td.TdClassName
{
border-color: #B2F16C;
}
.TagClassName
{
border-color: #B2F16C;
}
</style>