Shades of Conifer #B7F14E
Tints of Conifer #B7F14E
RGB
CMYK
RGB Variations
Color information
#B7F14E (or 0xB7F14E) is known color: Conifer. HEX triplet: B7, F1 and 4E. RGB value is (183,241,78). Sum of RGB (Red+Green+Blue) = 183+241+78=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F14E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F14E is #480EB1. Grayscale: #CDCDCD. Windows color (decimal): -4722354 or 5173687. OLE color: 5173687.
HSL color Cylindrical-coordinate representation of color #B7F14E: hue angle of 81.35º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7F14E is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 241 | 78 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.05 |
| HSL | 81.35º | 0.85% | 0.63% | - |
| HSV(B) | 81.35º | 0.68% | 0.95% | - |
| XYZ | 52.36 | 73.53 | 18.64 | - |
| YUV | 205.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 241 | 78 | 0.24 | 0 | 0.68 | 0.05 | 81.35 | 0.85 | 0.63 |
| Hex | B7 | F1 | 4E | 18 | 0 | 44 | 5 | 51 | 55 | 3F |
| Octal | 267 | 361 | 116 | 30 | 0 | 104 | 5 | 121 | 125 | 77 |
| Binary | 10110111 | 11110001 | 1001110 | 11000 | 0 | 1000100 | 101 | 1010001 | 1010101 | 111111 |
Color Harmonies of #B7F14E
Complementary color
Monochromatic Colors of #B7F14E
Black with #B7F14E
Text Example
Text Example
White with #B7F14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F14E; }
p { color: rgb(183,241,78); }
H1.HeaderClassName
{
color: #B7F14E;
}
.AnyTagClassName
{
color: #B7F14E;
}
</style>
background-color css
<style>
a { background-color: #B7F14E; }
a { background-color: rgb(183,241,78); }
div.DivClassName
{
background-color: #B7F14E;
}
.BgClassName
{
background-color: #B7F14E;
}
</style>
border-color css
<style>
span { border-color: #B7F14E; }
span { border-color: rgb(183,241,78); }
td.TdClassName
{
border-color: #B7F14E;
}
.TagClassName
{
border-color: #B7F14E;
}
</style>