Shades of Conifer #B7FF55
Tints of Conifer #B7FF55
RGB
CMYK
RGB Variations
Color information
#B7FF55 (or 0xB7FF55) is known color: Conifer. HEX triplet: B7, FF and 55. RGB value is (183,255,85). Sum of RGB (Red+Green+Blue) = 183+255+85=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7FF55 is #4800AA. Grayscale: #D6D6D6. Windows color (decimal): -4718763 or 5636023. OLE color: 5636023.
HSL color Cylindrical-coordinate representation of color #B7FF55: hue angle of 85.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7FF55 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 85 | - |
| CMYK | 0.28 | 0 | 0.67 | 0 |
| HSL | 85.41º | 1% | 0.67% | - |
| HSV(B) | 85.41º | 0.67% | 1% | - |
| XYZ | 56.93 | 82.24 | 21.47 | - |
| YUV | 214.09 | 55.15 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 85 | 0.28 | 0 | 0.67 | 0 | 85.41 | 1 | 0.67 |
| Hex | B7 | FF | 55 | 1C | 0 | 43 | 0 | 55 | 64 | 43 |
| Octal | 267 | 377 | 125 | 34 | 0 | 103 | 0 | 125 | 144 | 103 |
| Binary | 10110111 | 11111111 | 1010101 | 11100 | 0 | 1000011 | 0 | 1010101 | 1100100 | 1000011 |
Color Harmonies of #B7FF55
Complementary color
Monochromatic Colors of #B7FF55
Black with #B7FF55
Text Example
Text Example
White with #B7FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FF55; }
p { color: rgb(183,255,85); }
H1.HeaderClassName
{
color: #B7FF55;
}
.AnyTagClassName
{
color: #B7FF55;
}
</style>
background-color css
<style>
a { background-color: #B7FF55; }
a { background-color: rgb(183,255,85); }
div.DivClassName
{
background-color: #B7FF55;
}
.BgClassName
{
background-color: #B7FF55;
}
</style>
border-color css
<style>
span { border-color: #B7FF55; }
span { border-color: rgb(183,255,85); }
td.TdClassName
{
border-color: #B7FF55;
}
.TagClassName
{
border-color: #B7FF55;
}
</style>