Shades of Conifer #B8F350
Tints of Conifer #B8F350
RGB
CMYK
RGB Variations
Color information
#B8F350 (or 0xB8F350) is known color: Conifer. HEX triplet: B8, F3 and 50. RGB value is (184,243,80). Sum of RGB (Red+Green+Blue) = 184+243+80=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F350 is #470CAF. Grayscale: #CFCFCF. Windows color (decimal): -4656304 or 5305272. OLE color: 5305272.
HSL color Cylindrical-coordinate representation of color #B8F350: hue angle of 81.72º degrees, saturation: 0.87, 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 #B8F350 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 80 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.05 |
| HSL | 81.72º | 0.87% | 0.63% | - |
| HSV(B) | 81.72º | 0.67% | 0.95% | - |
| XYZ | 53.27 | 74.87 | 19.23 | - |
| YUV | 206.78 | 56.45 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 80 | 0.24 | 0 | 0.67 | 0.05 | 81.72 | 0.87 | 0.63 |
| Hex | B8 | F3 | 50 | 18 | 0 | 43 | 5 | 52 | 57 | 3F |
| Octal | 270 | 363 | 120 | 30 | 0 | 103 | 5 | 122 | 127 | 77 |
| Binary | 10111000 | 11110011 | 1010000 | 11000 | 0 | 1000011 | 101 | 1010010 | 1010111 | 111111 |
Color Harmonies of #B8F350
Complementary color
Monochromatic Colors of #B8F350
Black with #B8F350
Text Example
Text Example
White with #B8F350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F350; }
p { color: rgb(184,243,80); }
H1.HeaderClassName
{
color: #B8F350;
}
.AnyTagClassName
{
color: #B8F350;
}
</style>
background-color css
<style>
a { background-color: #B8F350; }
a { background-color: rgb(184,243,80); }
div.DivClassName
{
background-color: #B8F350;
}
.BgClassName
{
background-color: #B8F350;
}
</style>
border-color css
<style>
span { border-color: #B8F350; }
span { border-color: rgb(184,243,80); }
td.TdClassName
{
border-color: #B8F350;
}
.TagClassName
{
border-color: #B8F350;
}
</style>