Shades of Sulu #B2F16D
Tints of Sulu #B2F16D
RGB
CMYK
RGB Variations
Color information
#B2F16D (or 0xB2F16D) is known color: Sulu. HEX triplet: B2, F1 and 6D. RGB value is (178,241,109). Sum of RGB (Red+Green+Blue) = 178+241+109=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F16D is #4D0E92. Grayscale: #CFCFCF. Windows color (decimal): -5050003 or 7205298. OLE color: 7205298.
HSL color Cylindrical-coordinate representation of color #B2F16D: hue angle of 88.64º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2F16D is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 109 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.05 |
| HSL | 88.64º | 0.83% | 0.69% | - |
| HSV(B) | 88.64º | 0.55% | 0.95% | - |
| XYZ | 52.58 | 73.48 | 25.88 | - |
| YUV | 207.12 | 72.63 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 109 | 0.26 | 0 | 0.55 | 0.05 | 88.64 | 0.83 | 0.69 |
| Hex | B2 | F1 | 6D | 1A | 0 | 37 | 5 | 59 | 52 | 45 |
| Octal | 262 | 361 | 155 | 32 | 0 | 67 | 5 | 131 | 122 | 105 |
| Binary | 10110010 | 11110001 | 1101101 | 11010 | 0 | 110111 | 101 | 1011001 | 1010010 | 1000101 |
Color Harmonies of #B2F16D
Complementary color
Monochromatic Colors of #B2F16D
Black with #B2F16D
Text Example
Text Example
White with #B2F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F16D; }
p { color: rgb(178,241,109); }
H1.HeaderClassName
{
color: #B2F16D;
}
.AnyTagClassName
{
color: #B2F16D;
}
</style>
background-color css
<style>
a { background-color: #B2F16D; }
a { background-color: rgb(178,241,109); }
div.DivClassName
{
background-color: #B2F16D;
}
.BgClassName
{
background-color: #B2F16D;
}
</style>
border-color css
<style>
span { border-color: #B2F16D; }
span { border-color: rgb(178,241,109); }
td.TdClassName
{
border-color: #B2F16D;
}
.TagClassName
{
border-color: #B2F16D;
}
</style>