Shades of Conifer #B2F84F
Tints of Conifer #B2F84F
RGB
CMYK
RGB Variations
Color information
#B2F84F (or 0xB2F84F) is known color: Conifer. HEX triplet: B2, F8 and 4F. RGB value is (178,248,79). Sum of RGB (Red+Green+Blue) = 178+248+79=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F84F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F84F is #4D07B0. Grayscale: #D0D0D0. Windows color (decimal): -5048241 or 5241010. OLE color: 5241010.
HSL color Cylindrical-coordinate representation of color #B2F84F: hue angle of 84.85º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2F84F is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 79 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.03 |
| HSL | 84.85º | 0.92% | 0.64% | - |
| HSV(B) | 84.85º | 0.68% | 0.97% | - |
| XYZ | 53.34 | 77.16 | 19.48 | - |
| YUV | 207.8 | 55.31 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 79 | 0.28 | 0 | 0.68 | 0.03 | 84.85 | 0.92 | 0.64 |
| Hex | B2 | F8 | 4F | 1C | 0 | 44 | 3 | 55 | 5C | 40 |
| Octal | 262 | 370 | 117 | 34 | 0 | 104 | 3 | 125 | 134 | 100 |
| Binary | 10110010 | 11111000 | 1001111 | 11100 | 0 | 1000100 | 11 | 1010101 | 1011100 | 1000000 |
Color Harmonies of #B2F84F
Complementary color
Monochromatic Colors of #B2F84F
Black with #B2F84F
Text Example
Text Example
White with #B2F84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F84F; }
p { color: rgb(178,248,79); }
H1.HeaderClassName
{
color: #B2F84F;
}
.AnyTagClassName
{
color: #B2F84F;
}
</style>
background-color css
<style>
a { background-color: #B2F84F; }
a { background-color: rgb(178,248,79); }
div.DivClassName
{
background-color: #B2F84F;
}
.BgClassName
{
background-color: #B2F84F;
}
</style>
border-color css
<style>
span { border-color: #B2F84F; }
span { border-color: rgb(178,248,79); }
td.TdClassName
{
border-color: #B2F84F;
}
.TagClassName
{
border-color: #B2F84F;
}
</style>