Shades of Conifer #B7F25B
Tints of Conifer #B7F25B
RGB
CMYK
RGB Variations
Color information
#B7F25B (or 0xB7F25B) is known color: Conifer. HEX triplet: B7, F2 and 5B. RGB value is (183,242,91). Sum of RGB (Red+Green+Blue) = 183+242+91=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F25B is #480DA4. Grayscale: #CFCFCF. Windows color (decimal): -4722085 or 6025911. OLE color: 6025911.
HSL color Cylindrical-coordinate representation of color #B7F25B: hue angle of 83.44º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7F25B is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 242 | 91 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.05 |
| HSL | 83.44º | 0.85% | 0.65% | - |
| HSV(B) | 83.44º | 0.62% | 0.95% | - |
| XYZ | 53.17 | 74.33 | 21.44 | - |
| YUV | 207.15 | 62.45 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 242 | 91 | 0.24 | 0 | 0.62 | 0.05 | 83.44 | 0.85 | 0.65 |
| Hex | B7 | F2 | 5B | 18 | 0 | 3E | 5 | 53 | 55 | 41 |
| Octal | 267 | 362 | 133 | 30 | 0 | 76 | 5 | 123 | 125 | 101 |
| Binary | 10110111 | 11110010 | 1011011 | 11000 | 0 | 111110 | 101 | 1010011 | 1010101 | 1000001 |
Color Harmonies of #B7F25B
Complementary color
Monochromatic Colors of #B7F25B
Black with #B7F25B
Text Example
Text Example
White with #B7F25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F25B; }
p { color: rgb(183,242,91); }
H1.HeaderClassName
{
color: #B7F25B;
}
.AnyTagClassName
{
color: #B7F25B;
}
</style>
background-color css
<style>
a { background-color: #B7F25B; }
a { background-color: rgb(183,242,91); }
div.DivClassName
{
background-color: #B7F25B;
}
.BgClassName
{
background-color: #B7F25B;
}
</style>
border-color css
<style>
span { border-color: #B7F25B; }
span { border-color: rgb(183,242,91); }
td.TdClassName
{
border-color: #B7F25B;
}
.TagClassName
{
border-color: #B7F25B;
}
</style>