Shades of Sulu #B2FA7D
Tints of Sulu #B2FA7D
RGB
CMYK
RGB Variations
Color information
#B2FA7D (or 0xB2FA7D) is known color: Sulu. HEX triplet: B2, FA and 7D. RGB value is (178,250,125). Sum of RGB (Red+Green+Blue) = 178+250+125=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA7D is #4D0582. Grayscale: #D6D6D6. Windows color (decimal): -5047683 or 8256178. OLE color: 8256178.
HSL color Cylindrical-coordinate representation of color #B2FA7D: hue angle of 94.56º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2FA7D is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 125 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.02 |
| HSL | 94.56º | 0.93% | 0.74% | - |
| HSV(B) | 94.56º | 0.5% | 0.98% | - |
| XYZ | 56.25 | 79.32 | 31.75 | - |
| YUV | 214.22 | 77.65 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 125 | 0.29 | 0 | 0.50 | 0.02 | 94.56 | 0.93 | 0.74 |
| Hex | B2 | FA | 7D | 1D | 0 | 32 | 2 | 5F | 5D | 4A |
| Octal | 262 | 372 | 175 | 35 | 0 | 62 | 2 | 137 | 135 | 112 |
| Binary | 10110010 | 11111010 | 1111101 | 11101 | 0 | 110010 | 10 | 1011111 | 1011101 | 1001010 |
Color Harmonies of #B2FA7D
Complementary color
Monochromatic Colors of #B2FA7D
Black with #B2FA7D
Text Example
Text Example
White with #B2FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA7D; }
p { color: rgb(178,250,125); }
H1.HeaderClassName
{
color: #B2FA7D;
}
.AnyTagClassName
{
color: #B2FA7D;
}
</style>
background-color css
<style>
a { background-color: #B2FA7D; }
a { background-color: rgb(178,250,125); }
div.DivClassName
{
background-color: #B2FA7D;
}
.BgClassName
{
background-color: #B2FA7D;
}
</style>
border-color css
<style>
span { border-color: #B2FA7D; }
span { border-color: rgb(178,250,125); }
td.TdClassName
{
border-color: #B2FA7D;
}
.TagClassName
{
border-color: #B2FA7D;
}
</style>