Shades of Conifer #B4F655
Tints of Conifer #B4F655
RGB
CMYK
RGB Variations
Color information
#B4F655 (or 0xB4F655) is known color: Conifer. HEX triplet: B4, F6 and 55. RGB value is (180,246,85). Sum of RGB (Red+Green+Blue) = 180+246+85=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F655 is #4B09AA. Grayscale: #D0D0D0. Windows color (decimal): -4917675 or 5633716. OLE color: 5633716.
HSL color Cylindrical-coordinate representation of color #B4F655: hue angle of 84.6º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4F655 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 246 | 85 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.04 |
| HSL | 84.6º | 0.9% | 0.65% | - |
| HSV(B) | 84.6º | 0.65% | 0.96% | - |
| XYZ | 53.42 | 76.27 | 20.5 | - |
| YUV | 207.91 | 58.63 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 246 | 85 | 0.27 | 0 | 0.65 | 0.04 | 84.6 | 0.9 | 0.65 |
| Hex | B4 | F6 | 55 | 1B | 0 | 41 | 4 | 55 | 5A | 41 |
| Octal | 264 | 366 | 125 | 33 | 0 | 101 | 4 | 125 | 132 | 101 |
| Binary | 10110100 | 11110110 | 1010101 | 11011 | 0 | 1000001 | 100 | 1010101 | 1011010 | 1000001 |
Color Harmonies of #B4F655
Complementary color
Monochromatic Colors of #B4F655
Black with #B4F655
Text Example
Text Example
White with #B4F655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F655; }
p { color: rgb(180,246,85); }
H1.HeaderClassName
{
color: #B4F655;
}
.AnyTagClassName
{
color: #B4F655;
}
</style>
background-color css
<style>
a { background-color: #B4F655; }
a { background-color: rgb(180,246,85); }
div.DivClassName
{
background-color: #B4F655;
}
.BgClassName
{
background-color: #B4F655;
}
</style>
border-color css
<style>
span { border-color: #B4F655; }
span { border-color: rgb(180,246,85); }
td.TdClassName
{
border-color: #B4F655;
}
.TagClassName
{
border-color: #B4F655;
}
</style>