Shades of Conifer #B7F250
Tints of Conifer #B7F250
RGB
CMYK
RGB Variations
Color information
#B7F250 (or 0xB7F250) is known color: Conifer. HEX triplet: B7, F2 and 50. RGB value is (183,242,80). Sum of RGB (Red+Green+Blue) = 183+242+80=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F250 is #480DAF. Grayscale: #CECECE. Windows color (decimal): -4722096 or 5305015. OLE color: 5305015.
HSL color Cylindrical-coordinate representation of color #B7F250: hue angle of 81.85º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7F250 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 242 | 80 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.05 |
| HSL | 81.85º | 0.86% | 0.63% | - |
| HSV(B) | 81.85º | 0.67% | 0.95% | - |
| XYZ | 52.73 | 74.15 | 19.12 | - |
| YUV | 205.89 | 56.95 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 242 | 80 | 0.24 | 0 | 0.67 | 0.05 | 81.85 | 0.86 | 0.63 |
| Hex | B7 | F2 | 50 | 18 | 0 | 43 | 5 | 52 | 56 | 3F |
| Octal | 267 | 362 | 120 | 30 | 0 | 103 | 5 | 122 | 126 | 77 |
| Binary | 10110111 | 11110010 | 1010000 | 11000 | 0 | 1000011 | 101 | 1010010 | 1010110 | 111111 |
Color Harmonies of #B7F250
Complementary color
Monochromatic Colors of #B7F250
Black with #B7F250
Text Example
Text Example
White with #B7F250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F250; }
p { color: rgb(183,242,80); }
H1.HeaderClassName
{
color: #B7F250;
}
.AnyTagClassName
{
color: #B7F250;
}
</style>
background-color css
<style>
a { background-color: #B7F250; }
a { background-color: rgb(183,242,80); }
div.DivClassName
{
background-color: #B7F250;
}
.BgClassName
{
background-color: #B7F250;
}
</style>
border-color css
<style>
span { border-color: #B7F250; }
span { border-color: rgb(183,242,80); }
td.TdClassName
{
border-color: #B7F250;
}
.TagClassName
{
border-color: #B7F250;
}
</style>