Shades of Conifer #B2FA4D
Tints of Conifer #B2FA4D
RGB
CMYK
RGB Variations
Color information
#B2FA4D (or 0xB2FA4D) is known color: Conifer. HEX triplet: B2, FA and 4D. RGB value is (178,250,77). Sum of RGB (Red+Green+Blue) = 178+250+77=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA4D is #4D05B2. Grayscale: #D1D1D1. Windows color (decimal): -5047731 or 5110450. OLE color: 5110450.
HSL color Cylindrical-coordinate representation of color #B2FA4D: hue angle of 84.97º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2FA4D is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 77 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.02 |
| HSL | 84.97º | 0.95% | 0.64% | - |
| HSV(B) | 84.97º | 0.69% | 0.98% | - |
| XYZ | 53.89 | 78.37 | 19.31 | - |
| YUV | 208.75 | 53.65 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 77 | 0.29 | 0 | 0.69 | 0.02 | 84.97 | 0.95 | 0.64 |
| Hex | B2 | FA | 4D | 1D | 0 | 45 | 2 | 55 | 5F | 40 |
| Octal | 262 | 372 | 115 | 35 | 0 | 105 | 2 | 125 | 137 | 100 |
| Binary | 10110010 | 11111010 | 1001101 | 11101 | 0 | 1000101 | 10 | 1010101 | 1011111 | 1000000 |
Color Harmonies of #B2FA4D
Complementary color
Monochromatic Colors of #B2FA4D
Black with #B2FA4D
Text Example
Text Example
White with #B2FA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA4D; }
p { color: rgb(178,250,77); }
H1.HeaderClassName
{
color: #B2FA4D;
}
.AnyTagClassName
{
color: #B2FA4D;
}
</style>
background-color css
<style>
a { background-color: #B2FA4D; }
a { background-color: rgb(178,250,77); }
div.DivClassName
{
background-color: #B2FA4D;
}
.BgClassName
{
background-color: #B2FA4D;
}
</style>
border-color css
<style>
span { border-color: #B2FA4D; }
span { border-color: rgb(178,250,77); }
td.TdClassName
{
border-color: #B2FA4D;
}
.TagClassName
{
border-color: #B2FA4D;
}
</style>