Shades of Conifer #B9F34A
Tints of Conifer #B9F34A
RGB
CMYK
RGB Variations
Color information
#B9F34A (or 0xB9F34A) is known color: Conifer. HEX triplet: B9, F3 and 4A. RGB value is (185,243,74). Sum of RGB (Red+Green+Blue) = 185+243+74=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F34A is #460CB5. Grayscale: #CFCFCF. Windows color (decimal): -4590774 or 4912057. OLE color: 4912057.
HSL color Cylindrical-coordinate representation of color #B9F34A: hue angle of 80.59º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9F34A is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 243 | 74 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.05 |
| HSL | 80.59º | 0.88% | 0.62% | - |
| HSV(B) | 80.59º | 0.7% | 0.95% | - |
| XYZ | 53.29 | 74.91 | 18.13 | - |
| YUV | 206.39 | 53.28 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 243 | 74 | 0.24 | 0 | 0.70 | 0.05 | 80.59 | 0.88 | 0.62 |
| Hex | B9 | F3 | 4A | 18 | 0 | 46 | 5 | 51 | 58 | 3E |
| Octal | 271 | 363 | 112 | 30 | 0 | 106 | 5 | 121 | 130 | 76 |
| Binary | 10111001 | 11110011 | 1001010 | 11000 | 0 | 1000110 | 101 | 1010001 | 1011000 | 111110 |
Color Harmonies of #B9F34A
Complementary color
Monochromatic Colors of #B9F34A
Black with #B9F34A
Text Example
Text Example
White with #B9F34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F34A; }
p { color: rgb(185,243,74); }
H1.HeaderClassName
{
color: #B9F34A;
}
.AnyTagClassName
{
color: #B9F34A;
}
</style>
background-color css
<style>
a { background-color: #B9F34A; }
a { background-color: rgb(185,243,74); }
div.DivClassName
{
background-color: #B9F34A;
}
.BgClassName
{
background-color: #B9F34A;
}
</style>
border-color css
<style>
span { border-color: #B9F34A; }
span { border-color: rgb(185,243,74); }
td.TdClassName
{
border-color: #B9F34A;
}
.TagClassName
{
border-color: #B9F34A;
}
</style>