Shades of Sulu #B2F26F
Tints of Sulu #B2F26F
RGB
CMYK
RGB Variations
Color information
#B2F26F (or 0xB2F26F) is known color: Sulu. HEX triplet: B2, F2 and 6F. RGB value is (178,242,111). Sum of RGB (Red+Green+Blue) = 178+242+111=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F26F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F26F is #4D0D90. Grayscale: #D0D0D0. Windows color (decimal): -5049745 or 7336626. OLE color: 7336626.
HSL color Cylindrical-coordinate representation of color #B2F26F: hue angle of 89.31º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2F26F is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 111 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.05 |
| HSL | 89.31º | 0.83% | 0.69% | - |
| HSV(B) | 89.31º | 0.54% | 0.95% | - |
| XYZ | 52.98 | 74.12 | 26.55 | - |
| YUV | 207.93 | 73.3 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 111 | 0.26 | 0 | 0.54 | 0.05 | 89.31 | 0.83 | 0.69 |
| Hex | B2 | F2 | 6F | 1A | 0 | 36 | 5 | 59 | 53 | 45 |
| Octal | 262 | 362 | 157 | 32 | 0 | 66 | 5 | 131 | 123 | 105 |
| Binary | 10110010 | 11110010 | 1101111 | 11010 | 0 | 110110 | 101 | 1011001 | 1010011 | 1000101 |
Color Harmonies of #B2F26F
Complementary color
Monochromatic Colors of #B2F26F
Black with #B2F26F
Text Example
Text Example
White with #B2F26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F26F; }
p { color: rgb(178,242,111); }
H1.HeaderClassName
{
color: #B2F26F;
}
.AnyTagClassName
{
color: #B2F26F;
}
</style>
background-color css
<style>
a { background-color: #B2F26F; }
a { background-color: rgb(178,242,111); }
div.DivClassName
{
background-color: #B2F26F;
}
.BgClassName
{
background-color: #B2F26F;
}
</style>
border-color css
<style>
span { border-color: #B2F26F; }
span { border-color: rgb(178,242,111); }
td.TdClassName
{
border-color: #B2F26F;
}
.TagClassName
{
border-color: #B2F26F;
}
</style>