Shades of Sulu #B2F971
Tints of Sulu #B2F971
RGB
CMYK
RGB Variations
Color information
#B2F971 (or 0xB2F971) is known color: Sulu. HEX triplet: B2, F9 and 71. RGB value is (178,249,113). Sum of RGB (Red+Green+Blue) = 178+249+113=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F971 is #4D068E. Grayscale: #D4D4D4. Windows color (decimal): -5047951 or 7469490. OLE color: 7469490.
HSL color Cylindrical-coordinate representation of color #B2F971: hue angle of 91.32º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2F971 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 113 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.02 |
| HSL | 91.32º | 0.92% | 0.71% | - |
| HSV(B) | 91.32º | 0.55% | 0.98% | - |
| XYZ | 55.22 | 78.41 | 27.85 | - |
| YUV | 212.27 | 71.98 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 113 | 0.29 | 0 | 0.55 | 0.02 | 91.32 | 0.92 | 0.71 |
| Hex | B2 | F9 | 71 | 1D | 0 | 37 | 2 | 5B | 5C | 47 |
| Octal | 262 | 371 | 161 | 35 | 0 | 67 | 2 | 133 | 134 | 107 |
| Binary | 10110010 | 11111001 | 1110001 | 11101 | 0 | 110111 | 10 | 1011011 | 1011100 | 1000111 |
Color Harmonies of #B2F971
Complementary color
Monochromatic Colors of #B2F971
Black with #B2F971
Text Example
Text Example
White with #B2F971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F971; }
p { color: rgb(178,249,113); }
H1.HeaderClassName
{
color: #B2F971;
}
.AnyTagClassName
{
color: #B2F971;
}
</style>
background-color css
<style>
a { background-color: #B2F971; }
a { background-color: rgb(178,249,113); }
div.DivClassName
{
background-color: #B2F971;
}
.BgClassName
{
background-color: #B2F971;
}
</style>
border-color css
<style>
span { border-color: #B2F971; }
span { border-color: rgb(178,249,113); }
td.TdClassName
{
border-color: #B2F971;
}
.TagClassName
{
border-color: #B2F971;
}
</style>