Shades of Sulu #B2F07B
Tints of Sulu #B2F07B
RGB
CMYK
RGB Variations
Color information
#B2F07B (or 0xB2F07B) is known color: Sulu. HEX triplet: B2, F0 and 7B. RGB value is (178,240,123). Sum of RGB (Red+Green+Blue) = 178+240+123=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F07B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F07B is #4D0F84. Grayscale: #D0D0D0. Windows color (decimal): -5050245 or 8122546. OLE color: 8122546.
HSL color Cylindrical-coordinate representation of color #B2F07B: hue angle of 91.79º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2F07B is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 123 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.06 |
| HSL | 91.79º | 0.8% | 0.71% | - |
| HSV(B) | 91.79º | 0.49% | 0.94% | - |
| XYZ | 53.1 | 73.22 | 30.07 | - |
| YUV | 208.12 | 79.96 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 123 | 0.26 | 0 | 0.49 | 0.06 | 91.79 | 0.8 | 0.71 |
| Hex | B2 | F0 | 7B | 1A | 0 | 31 | 6 | 5C | 50 | 47 |
| Octal | 262 | 360 | 173 | 32 | 0 | 61 | 6 | 134 | 120 | 107 |
| Binary | 10110010 | 11110000 | 1111011 | 11010 | 0 | 110001 | 110 | 1011100 | 1010000 | 1000111 |
Color Harmonies of #B2F07B
Complementary color
Monochromatic Colors of #B2F07B
Black with #B2F07B
Text Example
Text Example
White with #B2F07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F07B; }
p { color: rgb(178,240,123); }
H1.HeaderClassName
{
color: #B2F07B;
}
.AnyTagClassName
{
color: #B2F07B;
}
</style>
background-color css
<style>
a { background-color: #B2F07B; }
a { background-color: rgb(178,240,123); }
div.DivClassName
{
background-color: #B2F07B;
}
.BgClassName
{
background-color: #B2F07B;
}
</style>
border-color css
<style>
span { border-color: #B2F07B; }
span { border-color: rgb(178,240,123); }
td.TdClassName
{
border-color: #B2F07B;
}
.TagClassName
{
border-color: #B2F07B;
}
</style>