Shades of Conifer #B5FF5A
Tints of Conifer #B5FF5A
RGB
CMYK
RGB Variations
Color information
#B5FF5A (or 0xB5FF5A) is known color: Conifer. HEX triplet: B5, FF and 5A. RGB value is (181,255,90). Sum of RGB (Red+Green+Blue) = 181+255+90=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FF5A is #4A00A5. Grayscale: #D6D6D6. Windows color (decimal): -4849830 or 5963701. OLE color: 5963701.
HSL color Cylindrical-coordinate representation of color #B5FF5A: hue angle of 86.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5FF5A is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 90 | - |
| CMYK | 0.29 | 0 | 0.65 | 0 |
| HSL | 86.91º | 1% | 0.68% | - |
| HSV(B) | 86.91º | 0.65% | 1% | - |
| XYZ | 56.66 | 82.08 | 22.53 | - |
| YUV | 214.06 | 57.98 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 90 | 0.29 | 0 | 0.65 | 0 | 86.91 | 1 | 0.68 |
| Hex | B5 | FF | 5A | 1D | 0 | 41 | 0 | 57 | 64 | 44 |
| Octal | 265 | 377 | 132 | 35 | 0 | 101 | 0 | 127 | 144 | 104 |
| Binary | 10110101 | 11111111 | 1011010 | 11101 | 0 | 1000001 | 0 | 1010111 | 1100100 | 1000100 |
Color Harmonies of #B5FF5A
Complementary color
Monochromatic Colors of #B5FF5A
Black with #B5FF5A
Text Example
Text Example
White with #B5FF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FF5A; }
p { color: rgb(181,255,90); }
H1.HeaderClassName
{
color: #B5FF5A;
}
.AnyTagClassName
{
color: #B5FF5A;
}
</style>
background-color css
<style>
a { background-color: #B5FF5A; }
a { background-color: rgb(181,255,90); }
div.DivClassName
{
background-color: #B5FF5A;
}
.BgClassName
{
background-color: #B5FF5A;
}
</style>
border-color css
<style>
span { border-color: #B5FF5A; }
span { border-color: rgb(181,255,90); }
td.TdClassName
{
border-color: #B5FF5A;
}
.TagClassName
{
border-color: #B5FF5A;
}
</style>