Shades of Conifer #B5F143
Tints of Conifer #B5F143
RGB
CMYK
RGB Variations
Color information
#B5F143 (or 0xB5F143) is known color: Conifer. HEX triplet: B5, F1 and 43. RGB value is (181,241,67). Sum of RGB (Red+Green+Blue) = 181+241+67=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 67 (26.56% from 255 or 13.70% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F143 is #4A0EBC. Grayscale: #CBCBCB. Windows color (decimal): -4853437 or 4452789. OLE color: 4452789.
HSL color Cylindrical-coordinate representation of color #B5F143: hue angle of 80.69º 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 #B5F143 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 241 | 67 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.05 |
| HSL | 80.69º | 0.86% | 0.6% | - |
| HSV(B) | 80.69º | 0.72% | 0.95% | - |
| XYZ | 51.52 | 73.14 | 16.71 | - |
| YUV | 203.22 | 51.12 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 241 | 67 | 0.25 | 0 | 0.72 | 0.05 | 80.69 | 0.86 | 0.6 |
| Hex | B5 | F1 | 43 | 19 | 0 | 48 | 5 | 51 | 56 | 3C |
| Octal | 265 | 361 | 103 | 31 | 0 | 110 | 5 | 121 | 126 | 74 |
| Binary | 10110101 | 11110001 | 1000011 | 11001 | 0 | 1001000 | 101 | 1010001 | 1010110 | 111100 |
Color Harmonies of #B5F143
Complementary color
Monochromatic Colors of #B5F143
Black with #B5F143
Text Example
Text Example
White with #B5F143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F143; }
p { color: rgb(181,241,67); }
H1.HeaderClassName
{
color: #B5F143;
}
.AnyTagClassName
{
color: #B5F143;
}
</style>
background-color css
<style>
a { background-color: #B5F143; }
a { background-color: rgb(181,241,67); }
div.DivClassName
{
background-color: #B5F143;
}
.BgClassName
{
background-color: #B5F143;
}
</style>
border-color css
<style>
span { border-color: #B5F143; }
span { border-color: rgb(181,241,67); }
td.TdClassName
{
border-color: #B5F143;
}
.TagClassName
{
border-color: #B5F143;
}
</style>