Shades of Conifer #B9F143
Tints of Conifer #B9F143
RGB
CMYK
RGB Variations
Color information
#B9F143 (or 0xB9F143) is known color: Conifer. HEX triplet: B9, F1 and 43. RGB value is (185,241,67). Sum of RGB (Red+Green+Blue) = 185+241+67=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 67 (26.56% from 255 or 13.59% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F143 is #460EBC. Grayscale: #CDCDCD. Windows color (decimal): -4591293 or 4452793. OLE color: 4452793.
HSL color Cylindrical-coordinate representation of color #B9F143: hue angle of 79.31º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9F143 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 241 | 67 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.05 |
| HSL | 79.31º | 0.86% | 0.6% | - |
| HSV(B) | 79.31º | 0.72% | 0.95% | - |
| XYZ | 52.48 | 73.63 | 16.76 | - |
| YUV | 204.42 | 50.45 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 241 | 67 | 0.23 | 0 | 0.72 | 0.05 | 79.31 | 0.86 | 0.6 |
| Hex | B9 | F1 | 43 | 17 | 0 | 48 | 5 | 4F | 56 | 3C |
| Octal | 271 | 361 | 103 | 27 | 0 | 110 | 5 | 117 | 126 | 74 |
| Binary | 10111001 | 11110001 | 1000011 | 10111 | 0 | 1001000 | 101 | 1001111 | 1010110 | 111100 |
Color Harmonies of #B9F143
Complementary color
Monochromatic Colors of #B9F143
Black with #B9F143
Text Example
Text Example
White with #B9F143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F143; }
p { color: rgb(185,241,67); }
H1.HeaderClassName
{
color: #B9F143;
}
.AnyTagClassName
{
color: #B9F143;
}
</style>
background-color css
<style>
a { background-color: #B9F143; }
a { background-color: rgb(185,241,67); }
div.DivClassName
{
background-color: #B9F143;
}
.BgClassName
{
background-color: #B9F143;
}
</style>
border-color css
<style>
span { border-color: #B9F143; }
span { border-color: rgb(185,241,67); }
td.TdClassName
{
border-color: #B9F143;
}
.TagClassName
{
border-color: #B9F143;
}
</style>