Shades of Sulu #B2F96C
Tints of Sulu #B2F96C
RGB
CMYK
RGB Variations
Color information
#B2F96C (or 0xB2F96C) is known color: Sulu. HEX triplet: B2, F9 and 6C. RGB value is (178,249,108). Sum of RGB (Red+Green+Blue) = 178+249+108=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F96C is #4D0693. Grayscale: #D4D4D4. Windows color (decimal): -5047956 or 7141810. OLE color: 7141810.
HSL color Cylindrical-coordinate representation of color #B2F96C: hue angle of 90.21º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2F96C is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 108 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.02 |
| HSL | 90.21º | 0.92% | 0.7% | - |
| HSV(B) | 90.21º | 0.57% | 0.98% | - |
| XYZ | 54.94 | 78.3 | 26.4 | - |
| YUV | 211.7 | 69.48 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 108 | 0.29 | 0 | 0.57 | 0.02 | 90.21 | 0.92 | 0.7 |
| Hex | B2 | F9 | 6C | 1D | 0 | 39 | 2 | 5A | 5C | 46 |
| Octal | 262 | 371 | 154 | 35 | 0 | 71 | 2 | 132 | 134 | 106 |
| Binary | 10110010 | 11111001 | 1101100 | 11101 | 0 | 111001 | 10 | 1011010 | 1011100 | 1000110 |
Color Harmonies of #B2F96C
Complementary color
Monochromatic Colors of #B2F96C
Black with #B2F96C
Text Example
Text Example
White with #B2F96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F96C; }
p { color: rgb(178,249,108); }
H1.HeaderClassName
{
color: #B2F96C;
}
.AnyTagClassName
{
color: #B2F96C;
}
</style>
background-color css
<style>
a { background-color: #B2F96C; }
a { background-color: rgb(178,249,108); }
div.DivClassName
{
background-color: #B2F96C;
}
.BgClassName
{
background-color: #B2F96C;
}
</style>
border-color css
<style>
span { border-color: #B2F96C; }
span { border-color: rgb(178,249,108); }
td.TdClassName
{
border-color: #B2F96C;
}
.TagClassName
{
border-color: #B2F96C;
}
</style>