Shades of Conifer #B3E950
Tints of Conifer #B3E950
RGB
CMYK
RGB Variations
Color information
#B3E950 (or 0xB3E950) is known color: Conifer. HEX triplet: B3, E9 and 50. RGB value is (179,233,80). Sum of RGB (Red+Green+Blue) = 179+233+80=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #B3E950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3E950 is #4C16AF. Grayscale: #C7C7C7. Windows color (decimal): -4986544 or 5302707. OLE color: 5302707.
HSL color Cylindrical-coordinate representation of color #B3E950: hue angle of 81.18º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3E950 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 233 | 80 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.09 |
| HSL | 81.18º | 0.78% | 0.61% | - |
| HSV(B) | 81.18º | 0.66% | 0.91% | - |
| XYZ | 49.18 | 68.44 | 18.21 | - |
| YUV | 199.41 | 60.61 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 233 | 80 | 0.23 | 0 | 0.66 | 0.09 | 81.18 | 0.78 | 0.61 |
| Hex | B3 | E9 | 50 | 17 | 0 | 42 | 9 | 51 | 4E | 3D |
| Octal | 263 | 351 | 120 | 27 | 0 | 102 | 11 | 121 | 116 | 75 |
| Binary | 10110011 | 11101001 | 1010000 | 10111 | 0 | 1000010 | 1001 | 1010001 | 1001110 | 111101 |
Color Harmonies of #B3E950
Complementary color
Monochromatic Colors of #B3E950
Black with #B3E950
Text Example
Text Example
White with #B3E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E950; }
p { color: rgb(179,233,80); }
H1.HeaderClassName
{
color: #B3E950;
}
.AnyTagClassName
{
color: #B3E950;
}
</style>
background-color css
<style>
a { background-color: #B3E950; }
a { background-color: rgb(179,233,80); }
div.DivClassName
{
background-color: #B3E950;
}
.BgClassName
{
background-color: #B3E950;
}
</style>
border-color css
<style>
span { border-color: #B3E950; }
span { border-color: rgb(179,233,80); }
td.TdClassName
{
border-color: #B3E950;
}
.TagClassName
{
border-color: #B3E950;
}
</style>