Shades of Conifer #B0FA52
Tints of Conifer #B0FA52
RGB
CMYK
RGB Variations
Color information
#B0FA52 (or 0xB0FA52) is known color: Conifer. HEX triplet: B0, FA and 52. RGB value is (176,250,82). Sum of RGB (Red+Green+Blue) = 176+250+82=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FA52 is #4F05AD. Grayscale: #D1D1D1. Windows color (decimal): -5178798 or 5438128. OLE color: 5438128.
HSL color Cylindrical-coordinate representation of color #B0FA52: hue angle of 86.43º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0FA52 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 82 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.02 |
| HSL | 86.43º | 0.94% | 0.65% | - |
| HSV(B) | 86.43º | 0.67% | 0.98% | - |
| XYZ | 53.61 | 78.21 | 20.25 | - |
| YUV | 208.72 | 56.48 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 82 | 0.30 | 0 | 0.67 | 0.02 | 86.43 | 0.94 | 0.65 |
| Hex | B0 | FA | 52 | 1E | 0 | 43 | 2 | 56 | 5E | 41 |
| Octal | 260 | 372 | 122 | 36 | 0 | 103 | 2 | 126 | 136 | 101 |
| Binary | 10110000 | 11111010 | 1010010 | 11110 | 0 | 1000011 | 10 | 1010110 | 1011110 | 1000001 |
Color Harmonies of #B0FA52
Complementary color
Monochromatic Colors of #B0FA52
Black with #B0FA52
Text Example
Text Example
White with #B0FA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FA52; }
p { color: rgb(176,250,82); }
H1.HeaderClassName
{
color: #B0FA52;
}
.AnyTagClassName
{
color: #B0FA52;
}
</style>
background-color css
<style>
a { background-color: #B0FA52; }
a { background-color: rgb(176,250,82); }
div.DivClassName
{
background-color: #B0FA52;
}
.BgClassName
{
background-color: #B0FA52;
}
</style>
border-color css
<style>
span { border-color: #B0FA52; }
span { border-color: rgb(176,250,82); }
td.TdClassName
{
border-color: #B0FA52;
}
.TagClassName
{
border-color: #B0FA52;
}
</style>