Shades of Conifer #B5FF54
Tints of Conifer #B5FF54
RGB
CMYK
RGB Variations
Color information
#B5FF54 (or 0xB5FF54) is known color: Conifer. HEX triplet: B5, FF and 54. RGB value is (181,255,84). Sum of RGB (Red+Green+Blue) = 181+255+84=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FF54 is #4A00AB. Grayscale: #D5D5D5. Windows color (decimal): -4849836 or 5570485. OLE color: 5570485.
HSL color Cylindrical-coordinate representation of color #B5FF54: hue angle of 85.96º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5FF54 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 84 | - |
| CMYK | 0.29 | 0 | 0.67 | 0 |
| HSL | 85.96º | 1% | 0.66% | - |
| HSV(B) | 85.96º | 0.67% | 1% | - |
| XYZ | 56.42 | 81.98 | 21.24 | - |
| YUV | 213.38 | 54.98 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 84 | 0.29 | 0 | 0.67 | 0 | 85.96 | 1 | 0.66 |
| Hex | B5 | FF | 54 | 1D | 0 | 43 | 0 | 56 | 64 | 42 |
| Octal | 265 | 377 | 124 | 35 | 0 | 103 | 0 | 126 | 144 | 102 |
| Binary | 10110101 | 11111111 | 1010100 | 11101 | 0 | 1000011 | 0 | 1010110 | 1100100 | 1000010 |
Color Harmonies of #B5FF54
Complementary color
Monochromatic Colors of #B5FF54
Black with #B5FF54
Text Example
Text Example
White with #B5FF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FF54; }
p { color: rgb(181,255,84); }
H1.HeaderClassName
{
color: #B5FF54;
}
.AnyTagClassName
{
color: #B5FF54;
}
</style>
background-color css
<style>
a { background-color: #B5FF54; }
a { background-color: rgb(181,255,84); }
div.DivClassName
{
background-color: #B5FF54;
}
.BgClassName
{
background-color: #B5FF54;
}
</style>
border-color css
<style>
span { border-color: #B5FF54; }
span { border-color: rgb(181,255,84); }
td.TdClassName
{
border-color: #B5FF54;
}
.TagClassName
{
border-color: #B5FF54;
}
</style>