Shades of Conifer #B5FA64
Tints of Conifer #B5FA64
RGB
CMYK
RGB Variations
Color information
#B5FA64 (or 0xB5FA64) is known color: Conifer. HEX triplet: B5, FA and 64. RGB value is (181,250,100). Sum of RGB (Red+Green+Blue) = 181+250+100=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FA64 is #4A059B. Grayscale: #D4D4D4. Windows color (decimal): -4851100 or 6617781. OLE color: 6617781.
HSL color Cylindrical-coordinate representation of color #B5FA64: hue angle of 87.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5FA64 is Cyan = 0.28, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 100 | - |
| CMYK | 0.28 | 0 | 0.6 | 0.02 |
| HSL | 87.6º | 0.94% | 0.69% | - |
| HSV(B) | 87.6º | 0.6% | 0.98% | - |
| XYZ | 55.54 | 79.12 | 24.4 | - |
| YUV | 212.27 | 64.64 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 100 | 0.28 | 0 | 0.6 | 0.02 | 87.6 | 0.94 | 0.69 |
| Hex | B5 | FA | 64 | 1C | 0 | 3C | 2 | 58 | 5E | 45 |
| Octal | 265 | 372 | 144 | 34 | 0 | 74 | 2 | 130 | 136 | 105 |
| Binary | 10110101 | 11111010 | 1100100 | 11100 | 0 | 111100 | 10 | 1011000 | 1011110 | 1000101 |
Color Harmonies of #B5FA64
Complementary color
Monochromatic Colors of #B5FA64
Black with #B5FA64
Text Example
Text Example
White with #B5FA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA64; }
p { color: rgb(181,250,100); }
H1.HeaderClassName
{
color: #B5FA64;
}
.AnyTagClassName
{
color: #B5FA64;
}
</style>
background-color css
<style>
a { background-color: #B5FA64; }
a { background-color: rgb(181,250,100); }
div.DivClassName
{
background-color: #B5FA64;
}
.BgClassName
{
background-color: #B5FA64;
}
</style>
border-color css
<style>
span { border-color: #B5FA64; }
span { border-color: rgb(181,250,100); }
td.TdClassName
{
border-color: #B5FA64;
}
.TagClassName
{
border-color: #B5FA64;
}
</style>