Shades of Conifer #B5F358
Tints of Conifer #B5F358
RGB
CMYK
RGB Variations
Color information
#B5F358 (or 0xB5F358) is known color: Conifer. HEX triplet: B5, F3 and 58. RGB value is (181,243,88). Sum of RGB (Red+Green+Blue) = 181+243+88=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F358 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F358 is #4A0CA7. Grayscale: #CFCFCF. Windows color (decimal): -4852904 or 5829557. OLE color: 5829557.
HSL color Cylindrical-coordinate representation of color #B5F358: hue angle of 84º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5F358 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 243 | 88 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.05 |
| HSL | 84º | 0.87% | 0.65% | - |
| HSV(B) | 84º | 0.64% | 0.95% | - |
| XYZ | 52.87 | 74.63 | 20.85 | - |
| YUV | 206.79 | 60.96 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 243 | 88 | 0.26 | 0 | 0.64 | 0.05 | 84 | 0.87 | 0.65 |
| Hex | B5 | F3 | 58 | 1A | 0 | 40 | 5 | 54 | 57 | 41 |
| Octal | 265 | 363 | 130 | 32 | 0 | 100 | 5 | 124 | 127 | 101 |
| Binary | 10110101 | 11110011 | 1011000 | 11010 | 0 | 1000000 | 101 | 1010100 | 1010111 | 1000001 |
Color Harmonies of #B5F358
Complementary color
Monochromatic Colors of #B5F358
Black with #B5F358
Text Example
Text Example
White with #B5F358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F358; }
p { color: rgb(181,243,88); }
H1.HeaderClassName
{
color: #B5F358;
}
.AnyTagClassName
{
color: #B5F358;
}
</style>
background-color css
<style>
a { background-color: #B5F358; }
a { background-color: rgb(181,243,88); }
div.DivClassName
{
background-color: #B5F358;
}
.BgClassName
{
background-color: #B5F358;
}
</style>
border-color css
<style>
span { border-color: #B5F358; }
span { border-color: rgb(181,243,88); }
td.TdClassName
{
border-color: #B5F358;
}
.TagClassName
{
border-color: #B5F358;
}
</style>