Shades of Conifer #B5FA53
Tints of Conifer #B5FA53
RGB
CMYK
RGB Variations
Color information
#B5FA53 (or 0xB5FA53) is known color: Conifer. HEX triplet: B5, FA and 53. RGB value is (181,250,83). Sum of RGB (Red+Green+Blue) = 181+250+83=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FA53 is #4A05AC. Grayscale: #D2D2D2. Windows color (decimal): -4851117 or 5503669. OLE color: 5503669.
HSL color Cylindrical-coordinate representation of color #B5FA53: hue angle of 84.79º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5FA53 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 83 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.02 |
| HSL | 84.79º | 0.94% | 0.65% | - |
| HSV(B) | 84.79º | 0.67% | 0.98% | - |
| XYZ | 54.8 | 78.82 | 20.51 | - |
| YUV | 210.33 | 56.14 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 83 | 0.28 | 0 | 0.67 | 0.02 | 84.79 | 0.94 | 0.65 |
| Hex | B5 | FA | 53 | 1C | 0 | 43 | 2 | 55 | 5E | 41 |
| Octal | 265 | 372 | 123 | 34 | 0 | 103 | 2 | 125 | 136 | 101 |
| Binary | 10110101 | 11111010 | 1010011 | 11100 | 0 | 1000011 | 10 | 1010101 | 1011110 | 1000001 |
Color Harmonies of #B5FA53
Complementary color
Monochromatic Colors of #B5FA53
Black with #B5FA53
Text Example
Text Example
White with #B5FA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA53; }
p { color: rgb(181,250,83); }
H1.HeaderClassName
{
color: #B5FA53;
}
.AnyTagClassName
{
color: #B5FA53;
}
</style>
background-color css
<style>
a { background-color: #B5FA53; }
a { background-color: rgb(181,250,83); }
div.DivClassName
{
background-color: #B5FA53;
}
.BgClassName
{
background-color: #B5FA53;
}
</style>
border-color css
<style>
span { border-color: #B5FA53; }
span { border-color: rgb(181,250,83); }
td.TdClassName
{
border-color: #B5FA53;
}
.TagClassName
{
border-color: #B5FA53;
}
</style>