Shades of Conifer #B7FA5E
Tints of Conifer #B7FA5E
RGB
CMYK
RGB Variations
Color information
#B7FA5E (or 0xB7FA5E) is known color: Conifer. HEX triplet: B7, FA and 5E. RGB value is (183,250,94). Sum of RGB (Red+Green+Blue) = 183+250+94=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7FA5E is #4805A1. Grayscale: #D4D4D4. Windows color (decimal): -4720034 or 6224567. OLE color: 6224567.
HSL color Cylindrical-coordinate representation of color #B7FA5E: hue angle of 85.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7FA5E is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 250 | 94 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.02 |
| HSL | 85.77º | 0.94% | 0.67% | - |
| HSV(B) | 85.77º | 0.62% | 0.98% | - |
| XYZ | 55.73 | 79.25 | 22.95 | - |
| YUV | 212.18 | 61.3 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 250 | 94 | 0.27 | 0 | 0.62 | 0.02 | 85.77 | 0.94 | 0.67 |
| Hex | B7 | FA | 5E | 1B | 0 | 3E | 2 | 56 | 5E | 43 |
| Octal | 267 | 372 | 136 | 33 | 0 | 76 | 2 | 126 | 136 | 103 |
| Binary | 10110111 | 11111010 | 1011110 | 11011 | 0 | 111110 | 10 | 1010110 | 1011110 | 1000011 |
Color Harmonies of #B7FA5E
Complementary color
Monochromatic Colors of #B7FA5E
Black with #B7FA5E
Text Example
Text Example
White with #B7FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FA5E; }
p { color: rgb(183,250,94); }
H1.HeaderClassName
{
color: #B7FA5E;
}
.AnyTagClassName
{
color: #B7FA5E;
}
</style>
background-color css
<style>
a { background-color: #B7FA5E; }
a { background-color: rgb(183,250,94); }
div.DivClassName
{
background-color: #B7FA5E;
}
.BgClassName
{
background-color: #B7FA5E;
}
</style>
border-color css
<style>
span { border-color: #B7FA5E; }
span { border-color: rgb(183,250,94); }
td.TdClassName
{
border-color: #B7FA5E;
}
.TagClassName
{
border-color: #B7FA5E;
}
</style>