Shades of Conifer #B2F95A
Tints of Conifer #B2F95A
RGB
CMYK
RGB Variations
Color information
#B2F95A (or 0xB2F95A) is known color: Conifer. HEX triplet: B2, F9 and 5A. RGB value is (178,249,90). Sum of RGB (Red+Green+Blue) = 178+249+90=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F95A is #4D06A5. Grayscale: #D2D2D2. Windows color (decimal): -5047974 or 5962162. OLE color: 5962162.
HSL color Cylindrical-coordinate representation of color #B2F95A: hue angle of 86.79º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2F95A is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 90 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.02 |
| HSL | 86.79º | 0.93% | 0.66% | - |
| HSV(B) | 86.79º | 0.64% | 0.98% | - |
| XYZ | 54.08 | 77.95 | 21.87 | - |
| YUV | 209.65 | 60.48 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 90 | 0.29 | 0 | 0.64 | 0.02 | 86.79 | 0.93 | 0.66 |
| Hex | B2 | F9 | 5A | 1D | 0 | 40 | 2 | 57 | 5D | 42 |
| Octal | 262 | 371 | 132 | 35 | 0 | 100 | 2 | 127 | 135 | 102 |
| Binary | 10110010 | 11111001 | 1011010 | 11101 | 0 | 1000000 | 10 | 1010111 | 1011101 | 1000010 |
Color Harmonies of #B2F95A
Complementary color
Monochromatic Colors of #B2F95A
Black with #B2F95A
Text Example
Text Example
White with #B2F95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F95A; }
p { color: rgb(178,249,90); }
H1.HeaderClassName
{
color: #B2F95A;
}
.AnyTagClassName
{
color: #B2F95A;
}
</style>
background-color css
<style>
a { background-color: #B2F95A; }
a { background-color: rgb(178,249,90); }
div.DivClassName
{
background-color: #B2F95A;
}
.BgClassName
{
background-color: #B2F95A;
}
</style>
border-color css
<style>
span { border-color: #B2F95A; }
span { border-color: rgb(178,249,90); }
td.TdClassName
{
border-color: #B2F95A;
}
.TagClassName
{
border-color: #B2F95A;
}
</style>