Shades of Conifer #B5F250
Tints of Conifer #B5F250
RGB
CMYK
RGB Variations
Color information
#B5F250 (or 0xB5F250) is known color: Conifer. HEX triplet: B5, F2 and 50. RGB value is (181,242,80). Sum of RGB (Red+Green+Blue) = 181+242+80=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F250 is #4A0DAF. Grayscale: #CDCDCD. Windows color (decimal): -4853168 or 5305013. OLE color: 5305013.
HSL color Cylindrical-coordinate representation of color #B5F250: hue angle of 82.59º 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 #B5F250 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 80 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.05 |
| HSL | 82.59º | 0.86% | 0.63% | - |
| HSV(B) | 82.59º | 0.67% | 0.95% | - |
| XYZ | 52.26 | 73.91 | 19.1 | - |
| YUV | 205.29 | 57.29 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 80 | 0.25 | 0 | 0.67 | 0.05 | 82.59 | 0.86 | 0.63 |
| Hex | B5 | F2 | 50 | 19 | 0 | 43 | 5 | 53 | 56 | 3F |
| Octal | 265 | 362 | 120 | 31 | 0 | 103 | 5 | 123 | 126 | 77 |
| Binary | 10110101 | 11110010 | 1010000 | 11001 | 0 | 1000011 | 101 | 1010011 | 1010110 | 111111 |
Color Harmonies of #B5F250
Complementary color
Monochromatic Colors of #B5F250
Black with #B5F250
Text Example
Text Example
White with #B5F250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F250; }
p { color: rgb(181,242,80); }
H1.HeaderClassName
{
color: #B5F250;
}
.AnyTagClassName
{
color: #B5F250;
}
</style>
background-color css
<style>
a { background-color: #B5F250; }
a { background-color: rgb(181,242,80); }
div.DivClassName
{
background-color: #B5F250;
}
.BgClassName
{
background-color: #B5F250;
}
</style>
border-color css
<style>
span { border-color: #B5F250; }
span { border-color: rgb(181,242,80); }
td.TdClassName
{
border-color: #B5F250;
}
.TagClassName
{
border-color: #B5F250;
}
</style>