Shades of Conifer #B2FA5E
Tints of Conifer #B2FA5E
RGB
CMYK
RGB Variations
Color information
#B2FA5E (or 0xB2FA5E) is known color: Conifer. HEX triplet: B2, FA and 5E. RGB value is (178,250,94). Sum of RGB (Red+Green+Blue) = 178+250+94=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA5E is #4D05A1. Grayscale: #D3D3D3. Windows color (decimal): -5047714 or 6224562. OLE color: 6224562.
HSL color Cylindrical-coordinate representation of color #B2FA5E: hue angle of 87.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2FA5E is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 94 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.02 |
| HSL | 87.69º | 0.94% | 0.67% | - |
| HSV(B) | 87.69º | 0.62% | 0.98% | - |
| XYZ | 54.57 | 78.64 | 22.89 | - |
| YUV | 210.69 | 62.15 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 94 | 0.29 | 0 | 0.62 | 0.02 | 87.69 | 0.94 | 0.67 |
| Hex | B2 | FA | 5E | 1D | 0 | 3E | 2 | 58 | 5E | 43 |
| Octal | 262 | 372 | 136 | 35 | 0 | 76 | 2 | 130 | 136 | 103 |
| Binary | 10110010 | 11111010 | 1011110 | 11101 | 0 | 111110 | 10 | 1011000 | 1011110 | 1000011 |
Color Harmonies of #B2FA5E
Complementary color
Monochromatic Colors of #B2FA5E
Black with #B2FA5E
Text Example
Text Example
White with #B2FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA5E; }
p { color: rgb(178,250,94); }
H1.HeaderClassName
{
color: #B2FA5E;
}
.AnyTagClassName
{
color: #B2FA5E;
}
</style>
background-color css
<style>
a { background-color: #B2FA5E; }
a { background-color: rgb(178,250,94); }
div.DivClassName
{
background-color: #B2FA5E;
}
.BgClassName
{
background-color: #B2FA5E;
}
</style>
border-color css
<style>
span { border-color: #B2FA5E; }
span { border-color: rgb(178,250,94); }
td.TdClassName
{
border-color: #B2FA5E;
}
.TagClassName
{
border-color: #B2FA5E;
}
</style>