Shades of Sulu #B2F483
Tints of Sulu #B2F483
RGB
CMYK
RGB Variations
Color information
#B2F483 (or 0xB2F483) is known color: Sulu. HEX triplet: B2, F4 and 83. RGB value is (178,244,131). Sum of RGB (Red+Green+Blue) = 178+244+131=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #B2F483 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F483 is #4D0B7C. Grayscale: #D3D3D3. Windows color (decimal): -5049213 or 8647858. OLE color: 8647858.
HSL color Cylindrical-coordinate representation of color #B2F483: hue angle of 95.04º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2F483 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 244 | 131 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.04 |
| HSL | 95.04º | 0.84% | 0.74% | - |
| HSV(B) | 95.04º | 0.46% | 0.96% | - |
| XYZ | 54.81 | 75.81 | 33.22 | - |
| YUV | 211.38 | 82.63 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 244 | 131 | 0.27 | 0 | 0.46 | 0.04 | 95.04 | 0.84 | 0.74 |
| Hex | B2 | F4 | 83 | 1B | 0 | 2E | 4 | 5F | 54 | 4A |
| Octal | 262 | 364 | 203 | 33 | 0 | 56 | 4 | 137 | 124 | 112 |
| Binary | 10110010 | 11110100 | 10000011 | 11011 | 0 | 101110 | 100 | 1011111 | 1010100 | 1001010 |
Color Harmonies of #B2F483
Complementary color
Monochromatic Colors of #B2F483
Black with #B2F483
Text Example
Text Example
White with #B2F483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F483; }
p { color: rgb(178,244,131); }
H1.HeaderClassName
{
color: #B2F483;
}
.AnyTagClassName
{
color: #B2F483;
}
</style>
background-color css
<style>
a { background-color: #B2F483; }
a { background-color: rgb(178,244,131); }
div.DivClassName
{
background-color: #B2F483;
}
.BgClassName
{
background-color: #B2F483;
}
</style>
border-color css
<style>
span { border-color: #B2F483; }
span { border-color: rgb(178,244,131); }
td.TdClassName
{
border-color: #B2F483;
}
.TagClassName
{
border-color: #B2F483;
}
</style>