Shades of Conifer #B9F34C
Tints of Conifer #B9F34C
RGB
CMYK
RGB Variations
Color information
#B9F34C (or 0xB9F34C) is known color: Conifer. HEX triplet: B9, F3 and 4C. RGB value is (185,243,76). Sum of RGB (Red+Green+Blue) = 185+243+76=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F34C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F34C is #460CB3. Grayscale: #CFCFCF. Windows color (decimal): -4590772 or 5043129. OLE color: 5043129.
HSL color Cylindrical-coordinate representation of color #B9F34C: hue angle of 80.84º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9F34C is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 243 | 76 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.05 |
| HSL | 80.84º | 0.87% | 0.63% | - |
| HSV(B) | 80.84º | 0.69% | 0.95% | - |
| XYZ | 53.36 | 74.94 | 18.49 | - |
| YUV | 206.62 | 54.28 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 243 | 76 | 0.24 | 0 | 0.69 | 0.05 | 80.84 | 0.87 | 0.63 |
| Hex | B9 | F3 | 4C | 18 | 0 | 45 | 5 | 51 | 57 | 3F |
| Octal | 271 | 363 | 114 | 30 | 0 | 105 | 5 | 121 | 127 | 77 |
| Binary | 10111001 | 11110011 | 1001100 | 11000 | 0 | 1000101 | 101 | 1010001 | 1010111 | 111111 |
Color Harmonies of #B9F34C
Complementary color
Monochromatic Colors of #B9F34C
Black with #B9F34C
Text Example
Text Example
White with #B9F34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F34C; }
p { color: rgb(185,243,76); }
H1.HeaderClassName
{
color: #B9F34C;
}
.AnyTagClassName
{
color: #B9F34C;
}
</style>
background-color css
<style>
a { background-color: #B9F34C; }
a { background-color: rgb(185,243,76); }
div.DivClassName
{
background-color: #B9F34C;
}
.BgClassName
{
background-color: #B9F34C;
}
</style>
border-color css
<style>
span { border-color: #B9F34C; }
span { border-color: rgb(185,243,76); }
td.TdClassName
{
border-color: #B9F34C;
}
.TagClassName
{
border-color: #B9F34C;
}
</style>