Shades of Sulu #B2FA7F
Tints of Sulu #B2FA7F
RGB
CMYK
RGB Variations
Color information
#B2FA7F (or 0xB2FA7F) is known color: Sulu. HEX triplet: B2, FA and 7F. RGB value is (178,250,127). Sum of RGB (Red+Green+Blue) = 178+250+127=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA7F is #4D0580. Grayscale: #D6D6D6. Windows color (decimal): -5047681 or 8387250. OLE color: 8387250.
HSL color Cylindrical-coordinate representation of color #B2FA7F: hue angle of 95.12º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2FA7F is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 127 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.02 |
| HSL | 95.12º | 0.92% | 0.74% | - |
| HSV(B) | 95.12º | 0.49% | 0.98% | - |
| XYZ | 56.38 | 79.37 | 32.43 | - |
| YUV | 214.45 | 78.65 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 127 | 0.29 | 0 | 0.49 | 0.02 | 95.12 | 0.92 | 0.74 |
| Hex | B2 | FA | 7F | 1D | 0 | 31 | 2 | 5F | 5C | 4A |
| Octal | 262 | 372 | 177 | 35 | 0 | 61 | 2 | 137 | 134 | 112 |
| Binary | 10110010 | 11111010 | 1111111 | 11101 | 0 | 110001 | 10 | 1011111 | 1011100 | 1001010 |
Color Harmonies of #B2FA7F
Complementary color
Monochromatic Colors of #B2FA7F
Black with #B2FA7F
Text Example
Text Example
White with #B2FA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA7F; }
p { color: rgb(178,250,127); }
H1.HeaderClassName
{
color: #B2FA7F;
}
.AnyTagClassName
{
color: #B2FA7F;
}
</style>
background-color css
<style>
a { background-color: #B2FA7F; }
a { background-color: rgb(178,250,127); }
div.DivClassName
{
background-color: #B2FA7F;
}
.BgClassName
{
background-color: #B2FA7F;
}
</style>
border-color css
<style>
span { border-color: #B2FA7F; }
span { border-color: rgb(178,250,127); }
td.TdClassName
{
border-color: #B2FA7F;
}
.TagClassName
{
border-color: #B2FA7F;
}
</style>