Shades of Sulu #B2F17A
Tints of Sulu #B2F17A
RGB
CMYK
RGB Variations
Color information
#B2F17A (or 0xB2F17A) is known color: Sulu. HEX triplet: B2, F1 and 7A. RGB value is (178,241,122). Sum of RGB (Red+Green+Blue) = 178+241+122=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F17A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F17A is #4D0E85. Grayscale: #D1D1D1. Windows color (decimal): -5049990 or 8057266. OLE color: 8057266.
HSL color Cylindrical-coordinate representation of color #B2F17A: hue angle of 91.76º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2F17A is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 122 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.05 |
| HSL | 91.76º | 0.81% | 0.71% | - |
| HSV(B) | 91.76º | 0.49% | 0.95% | - |
| XYZ | 53.33 | 73.78 | 29.84 | - |
| YUV | 208.6 | 79.13 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 122 | 0.26 | 0 | 0.49 | 0.05 | 91.76 | 0.81 | 0.71 |
| Hex | B2 | F1 | 7A | 1A | 0 | 31 | 5 | 5C | 51 | 47 |
| Octal | 262 | 361 | 172 | 32 | 0 | 61 | 5 | 134 | 121 | 107 |
| Binary | 10110010 | 11110001 | 1111010 | 11010 | 0 | 110001 | 101 | 1011100 | 1010001 | 1000111 |
Color Harmonies of #B2F17A
Complementary color
Monochromatic Colors of #B2F17A
Black with #B2F17A
Text Example
Text Example
White with #B2F17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F17A; }
p { color: rgb(178,241,122); }
H1.HeaderClassName
{
color: #B2F17A;
}
.AnyTagClassName
{
color: #B2F17A;
}
</style>
background-color css
<style>
a { background-color: #B2F17A; }
a { background-color: rgb(178,241,122); }
div.DivClassName
{
background-color: #B2F17A;
}
.BgClassName
{
background-color: #B2F17A;
}
</style>
border-color css
<style>
span { border-color: #B2F17A; }
span { border-color: rgb(178,241,122); }
td.TdClassName
{
border-color: #B2F17A;
}
.TagClassName
{
border-color: #B2F17A;
}
</style>