Shades of Sulu #B2F370
Tints of Sulu #B2F370
RGB
CMYK
RGB Variations
Color information
#B2F370 (or 0xB2F370) is known color: Sulu. HEX triplet: B2, F3 and 70. RGB value is (178,243,112). Sum of RGB (Red+Green+Blue) = 178+243+112=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F370 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F370 is #4D0C8F. Grayscale: #D1D1D1. Windows color (decimal): -5049488 or 7402418. OLE color: 7402418.
HSL color Cylindrical-coordinate representation of color #B2F370: hue angle of 89.77º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2F370 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 112 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.05 |
| HSL | 89.77º | 0.85% | 0.7% | - |
| HSV(B) | 89.77º | 0.54% | 0.95% | - |
| XYZ | 53.34 | 74.74 | 26.94 | - |
| YUV | 208.63 | 73.47 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 112 | 0.27 | 0 | 0.54 | 0.05 | 89.77 | 0.85 | 0.7 |
| Hex | B2 | F3 | 70 | 1B | 0 | 36 | 5 | 5A | 55 | 46 |
| Octal | 262 | 363 | 160 | 33 | 0 | 66 | 5 | 132 | 125 | 106 |
| Binary | 10110010 | 11110011 | 1110000 | 11011 | 0 | 110110 | 101 | 1011010 | 1010101 | 1000110 |
Color Harmonies of #B2F370
Complementary color
Monochromatic Colors of #B2F370
Black with #B2F370
Text Example
Text Example
White with #B2F370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F370; }
p { color: rgb(178,243,112); }
H1.HeaderClassName
{
color: #B2F370;
}
.AnyTagClassName
{
color: #B2F370;
}
</style>
background-color css
<style>
a { background-color: #B2F370; }
a { background-color: rgb(178,243,112); }
div.DivClassName
{
background-color: #B2F370;
}
.BgClassName
{
background-color: #B2F370;
}
</style>
border-color css
<style>
span { border-color: #B2F370; }
span { border-color: rgb(178,243,112); }
td.TdClassName
{
border-color: #B2F370;
}
.TagClassName
{
border-color: #B2F370;
}
</style>