Shades of Conifer #B7F450
Tints of Conifer #B7F450
RGB
CMYK
RGB Variations
Color information
#B7F450 (or 0xB7F450) is known color: Conifer. HEX triplet: B7, F4 and 50. RGB value is (183,244,80). Sum of RGB (Red+Green+Blue) = 183+244+80=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #B7F450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F450 is #480BAF. Grayscale: #CFCFCF. Windows color (decimal): -4721584 or 5305527. OLE color: 5305527.
HSL color Cylindrical-coordinate representation of color #B7F450: hue angle of 82.32º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7F450 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 244 | 80 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.04 |
| HSL | 82.32º | 0.88% | 0.64% | - |
| HSV(B) | 82.32º | 0.67% | 0.96% | - |
| XYZ | 53.33 | 75.35 | 19.32 | - |
| YUV | 207.07 | 56.29 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 244 | 80 | 0.25 | 0 | 0.67 | 0.04 | 82.32 | 0.88 | 0.64 |
| Hex | B7 | F4 | 50 | 19 | 0 | 43 | 4 | 52 | 58 | 40 |
| Octal | 267 | 364 | 120 | 31 | 0 | 103 | 4 | 122 | 130 | 100 |
| Binary | 10110111 | 11110100 | 1010000 | 11001 | 0 | 1000011 | 100 | 1010010 | 1011000 | 1000000 |
Color Harmonies of #B7F450
Complementary color
Monochromatic Colors of #B7F450
Black with #B7F450
Text Example
Text Example
White with #B7F450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F450; }
p { color: rgb(183,244,80); }
H1.HeaderClassName
{
color: #B7F450;
}
.AnyTagClassName
{
color: #B7F450;
}
</style>
background-color css
<style>
a { background-color: #B7F450; }
a { background-color: rgb(183,244,80); }
div.DivClassName
{
background-color: #B7F450;
}
.BgClassName
{
background-color: #B7F450;
}
</style>
border-color css
<style>
span { border-color: #B7F450; }
span { border-color: rgb(183,244,80); }
td.TdClassName
{
border-color: #B7F450;
}
.TagClassName
{
border-color: #B7F450;
}
</style>