Shades of Conifer #B2FA5D
Tints of Conifer #B2FA5D
RGB
CMYK
RGB Variations
Color information
#B2FA5D (or 0xB2FA5D) is known color: Conifer. HEX triplet: B2, FA and 5D. RGB value is (178,250,93). Sum of RGB (Red+Green+Blue) = 178+250+93=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA5D is #4D05A2. Grayscale: #D3D3D3. Windows color (decimal): -5047715 or 6159026. OLE color: 6159026.
HSL color Cylindrical-coordinate representation of color #B2FA5D: hue angle of 87.52º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2FA5D is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 93 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.02 |
| HSL | 87.52º | 0.94% | 0.67% | - |
| HSV(B) | 87.52º | 0.63% | 0.98% | - |
| XYZ | 54.52 | 78.63 | 22.66 | - |
| YUV | 210.57 | 61.65 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 93 | 0.29 | 0 | 0.63 | 0.02 | 87.52 | 0.94 | 0.67 |
| Hex | B2 | FA | 5D | 1D | 0 | 3F | 2 | 58 | 5E | 43 |
| Octal | 262 | 372 | 135 | 35 | 0 | 77 | 2 | 130 | 136 | 103 |
| Binary | 10110010 | 11111010 | 1011101 | 11101 | 0 | 111111 | 10 | 1011000 | 1011110 | 1000011 |
Color Harmonies of #B2FA5D
Complementary color
Monochromatic Colors of #B2FA5D
Black with #B2FA5D
Text Example
Text Example
White with #B2FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA5D; }
p { color: rgb(178,250,93); }
H1.HeaderClassName
{
color: #B2FA5D;
}
.AnyTagClassName
{
color: #B2FA5D;
}
</style>
background-color css
<style>
a { background-color: #B2FA5D; }
a { background-color: rgb(178,250,93); }
div.DivClassName
{
background-color: #B2FA5D;
}
.BgClassName
{
background-color: #B2FA5D;
}
</style>
border-color css
<style>
span { border-color: #B2FA5D; }
span { border-color: rgb(178,250,93); }
td.TdClassName
{
border-color: #B2FA5D;
}
.TagClassName
{
border-color: #B2FA5D;
}
</style>