Shades of Sulu #B2EB70
Tints of Sulu #B2EB70
RGB
CMYK
RGB Variations
Color information
#B2EB70 (or 0xB2EB70) is known color: Sulu. HEX triplet: B2, EB and 70. RGB value is (178,235,112). Sum of RGB (Red+Green+Blue) = 178+235+112=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EB70 is #4D148F. Grayscale: #CCCCCC. Windows color (decimal): -5051536 or 7400370. OLE color: 7400370.
HSL color Cylindrical-coordinate representation of color #B2EB70: hue angle of 87.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2EB70 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 112 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.08 |
| HSL | 87.8º | 0.75% | 0.68% | - |
| HSV(B) | 87.8º | 0.52% | 0.92% | - |
| XYZ | 50.99 | 70.05 | 26.16 | - |
| YUV | 203.94 | 76.12 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 112 | 0.24 | 0 | 0.52 | 0.08 | 87.8 | 0.75 | 0.68 |
| Hex | B2 | EB | 70 | 18 | 0 | 34 | 8 | 58 | 4B | 44 |
| Octal | 262 | 353 | 160 | 30 | 0 | 64 | 10 | 130 | 113 | 104 |
| Binary | 10110010 | 11101011 | 1110000 | 11000 | 0 | 110100 | 1000 | 1011000 | 1001011 | 1000100 |
Color Harmonies of #B2EB70
Complementary color
Monochromatic Colors of #B2EB70
Black with #B2EB70
Text Example
Text Example
White with #B2EB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EB70; }
p { color: rgb(178,235,112); }
H1.HeaderClassName
{
color: #B2EB70;
}
.AnyTagClassName
{
color: #B2EB70;
}
</style>
background-color css
<style>
a { background-color: #B2EB70; }
a { background-color: rgb(178,235,112); }
div.DivClassName
{
background-color: #B2EB70;
}
.BgClassName
{
background-color: #B2EB70;
}
</style>
border-color css
<style>
span { border-color: #B2EB70; }
span { border-color: rgb(178,235,112); }
td.TdClassName
{
border-color: #B2EB70;
}
.TagClassName
{
border-color: #B2EB70;
}
</style>