Shades of Conifer #B2FA4E
Tints of Conifer #B2FA4E
RGB
CMYK
RGB Variations
Color information
#B2FA4E (or 0xB2FA4E) is known color: Conifer. HEX triplet: B2, FA and 4E. RGB value is (178,250,78). Sum of RGB (Red+Green+Blue) = 178+250+78=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA4E is #4D05B1. Grayscale: #D1D1D1. Windows color (decimal): -5047730 or 5175986. OLE color: 5175986.
HSL color Cylindrical-coordinate representation of color #B2FA4E: hue angle of 85.12º 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 #B2FA4E is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 78 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.02 |
| HSL | 85.12º | 0.95% | 0.64% | - |
| HSV(B) | 85.12º | 0.69% | 0.98% | - |
| XYZ | 53.92 | 78.39 | 19.5 | - |
| YUV | 208.86 | 54.15 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 78 | 0.29 | 0 | 0.69 | 0.02 | 85.12 | 0.95 | 0.64 |
| Hex | B2 | FA | 4E | 1D | 0 | 45 | 2 | 55 | 5F | 40 |
| Octal | 262 | 372 | 116 | 35 | 0 | 105 | 2 | 125 | 137 | 100 |
| Binary | 10110010 | 11111010 | 1001110 | 11101 | 0 | 1000101 | 10 | 1010101 | 1011111 | 1000000 |
Color Harmonies of #B2FA4E
Complementary color
Monochromatic Colors of #B2FA4E
Black with #B2FA4E
Text Example
Text Example
White with #B2FA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA4E; }
p { color: rgb(178,250,78); }
H1.HeaderClassName
{
color: #B2FA4E;
}
.AnyTagClassName
{
color: #B2FA4E;
}
</style>
background-color css
<style>
a { background-color: #B2FA4E; }
a { background-color: rgb(178,250,78); }
div.DivClassName
{
background-color: #B2FA4E;
}
.BgClassName
{
background-color: #B2FA4E;
}
</style>
border-color css
<style>
span { border-color: #B2FA4E; }
span { border-color: rgb(178,250,78); }
td.TdClassName
{
border-color: #B2FA4E;
}
.TagClassName
{
border-color: #B2FA4E;
}
</style>