Shades of Sulu #B2FB6D
Tints of Sulu #B2FB6D
RGB
CMYK
RGB Variations
Color information
#B2FB6D (or 0xB2FB6D) is known color: Sulu. HEX triplet: B2, FB and 6D. RGB value is (178,251,109). Sum of RGB (Red+Green+Blue) = 178+251+109=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FB6D is #4D0492. Grayscale: #D5D5D5. Windows color (decimal): -5047443 or 7207858. OLE color: 7207858.
HSL color Cylindrical-coordinate representation of color #B2FB6D: hue angle of 90.85º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2FB6D is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 109 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.02 |
| HSL | 90.85º | 0.95% | 0.71% | - |
| HSV(B) | 90.85º | 0.57% | 0.98% | - |
| XYZ | 55.62 | 79.56 | 26.89 | - |
| YUV | 212.99 | 69.32 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 109 | 0.29 | 0 | 0.57 | 0.02 | 90.85 | 0.95 | 0.71 |
| Hex | B2 | FB | 6D | 1D | 0 | 39 | 2 | 5B | 5F | 47 |
| Octal | 262 | 373 | 155 | 35 | 0 | 71 | 2 | 133 | 137 | 107 |
| Binary | 10110010 | 11111011 | 1101101 | 11101 | 0 | 111001 | 10 | 1011011 | 1011111 | 1000111 |
Color Harmonies of #B2FB6D
Complementary color
Monochromatic Colors of #B2FB6D
Black with #B2FB6D
Text Example
Text Example
White with #B2FB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FB6D; }
p { color: rgb(178,251,109); }
H1.HeaderClassName
{
color: #B2FB6D;
}
.AnyTagClassName
{
color: #B2FB6D;
}
</style>
background-color css
<style>
a { background-color: #B2FB6D; }
a { background-color: rgb(178,251,109); }
div.DivClassName
{
background-color: #B2FB6D;
}
.BgClassName
{
background-color: #B2FB6D;
}
</style>
border-color css
<style>
span { border-color: #B2FB6D; }
span { border-color: rgb(178,251,109); }
td.TdClassName
{
border-color: #B2FB6D;
}
.TagClassName
{
border-color: #B2FB6D;
}
</style>