Shades of Conifer #B9F24A
Tints of Conifer #B9F24A
RGB
CMYK
RGB Variations
Color information
#B9F24A (or 0xB9F24A) is known color: Conifer. HEX triplet: B9, F2 and 4A. RGB value is (185,242,74). Sum of RGB (Red+Green+Blue) = 185+242+74=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F24A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F24A is #460DB5. Grayscale: #CECECE. Windows color (decimal): -4591030 or 4911801. OLE color: 4911801.
HSL color Cylindrical-coordinate representation of color #B9F24A: hue angle of 80.36º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9F24A is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 74 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.05 |
| HSL | 80.36º | 0.87% | 0.62% | - |
| HSV(B) | 80.36º | 0.69% | 0.95% | - |
| XYZ | 53 | 74.31 | 18.03 | - |
| YUV | 205.81 | 53.62 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 74 | 0.24 | 0 | 0.69 | 0.05 | 80.36 | 0.87 | 0.62 |
| Hex | B9 | F2 | 4A | 18 | 0 | 45 | 5 | 50 | 57 | 3E |
| Octal | 271 | 362 | 112 | 30 | 0 | 105 | 5 | 120 | 127 | 76 |
| Binary | 10111001 | 11110010 | 1001010 | 11000 | 0 | 1000101 | 101 | 1010000 | 1010111 | 111110 |
Color Harmonies of #B9F24A
Complementary color
Monochromatic Colors of #B9F24A
Black with #B9F24A
Text Example
Text Example
White with #B9F24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F24A; }
p { color: rgb(185,242,74); }
H1.HeaderClassName
{
color: #B9F24A;
}
.AnyTagClassName
{
color: #B9F24A;
}
</style>
background-color css
<style>
a { background-color: #B9F24A; }
a { background-color: rgb(185,242,74); }
div.DivClassName
{
background-color: #B9F24A;
}
.BgClassName
{
background-color: #B9F24A;
}
</style>
border-color css
<style>
span { border-color: #B9F24A; }
span { border-color: rgb(185,242,74); }
td.TdClassName
{
border-color: #B9F24A;
}
.TagClassName
{
border-color: #B9F24A;
}
</style>