Shades of Conifer #B2F251
Tints of Conifer #B2F251
RGB
CMYK
RGB Variations
Color information
#B2F251 (or 0xB2F251) is known color: Conifer. HEX triplet: B2, F2 and 51. RGB value is (178,242,81). Sum of RGB (Red+Green+Blue) = 178+242+81=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F251 is #4D0DAE. Grayscale: #CDCDCD. Windows color (decimal): -5049775 or 5370546. OLE color: 5370546.
HSL color Cylindrical-coordinate representation of color #B2F251: hue angle of 83.85º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2F251 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 81 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.05 |
| HSL | 83.85º | 0.86% | 0.63% | - |
| HSV(B) | 83.85º | 0.67% | 0.95% | - |
| XYZ | 51.6 | 73.56 | 19.26 | - |
| YUV | 204.51 | 58.3 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 81 | 0.26 | 0 | 0.67 | 0.05 | 83.85 | 0.86 | 0.63 |
| Hex | B2 | F2 | 51 | 1A | 0 | 43 | 5 | 54 | 56 | 3F |
| Octal | 262 | 362 | 121 | 32 | 0 | 103 | 5 | 124 | 126 | 77 |
| Binary | 10110010 | 11110010 | 1010001 | 11010 | 0 | 1000011 | 101 | 1010100 | 1010110 | 111111 |
Color Harmonies of #B2F251
Complementary color
Monochromatic Colors of #B2F251
Black with #B2F251
Text Example
Text Example
White with #B2F251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F251; }
p { color: rgb(178,242,81); }
H1.HeaderClassName
{
color: #B2F251;
}
.AnyTagClassName
{
color: #B2F251;
}
</style>
background-color css
<style>
a { background-color: #B2F251; }
a { background-color: rgb(178,242,81); }
div.DivClassName
{
background-color: #B2F251;
}
.BgClassName
{
background-color: #B2F251;
}
</style>
border-color css
<style>
span { border-color: #B2F251; }
span { border-color: rgb(178,242,81); }
td.TdClassName
{
border-color: #B2F251;
}
.TagClassName
{
border-color: #B2F251;
}
</style>