Shades of Conifer #B5F255
Tints of Conifer #B5F255
RGB
CMYK
RGB Variations
Color information
#B5F255 (or 0xB5F255) is known color: Conifer. HEX triplet: B5, F2 and 55. RGB value is (181,242,85). Sum of RGB (Red+Green+Blue) = 181+242+85=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F255 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F255 is #4A0DAA. Grayscale: #CECECE. Windows color (decimal): -4853163 or 5632693. OLE color: 5632693.
HSL color Cylindrical-coordinate representation of color #B5F255: hue angle of 83.31º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5F255 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 85 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.05 |
| HSL | 83.31º | 0.86% | 0.64% | - |
| HSV(B) | 83.31º | 0.65% | 0.95% | - |
| XYZ | 52.45 | 73.98 | 20.11 | - |
| YUV | 205.86 | 59.79 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 85 | 0.25 | 0 | 0.65 | 0.05 | 83.31 | 0.86 | 0.64 |
| Hex | B5 | F2 | 55 | 19 | 0 | 41 | 5 | 53 | 56 | 40 |
| Octal | 265 | 362 | 125 | 31 | 0 | 101 | 5 | 123 | 126 | 100 |
| Binary | 10110101 | 11110010 | 1010101 | 11001 | 0 | 1000001 | 101 | 1010011 | 1010110 | 1000000 |
Color Harmonies of #B5F255
Complementary color
Monochromatic Colors of #B5F255
Black with #B5F255
Text Example
Text Example
White with #B5F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F255; }
p { color: rgb(181,242,85); }
H1.HeaderClassName
{
color: #B5F255;
}
.AnyTagClassName
{
color: #B5F255;
}
</style>
background-color css
<style>
a { background-color: #B5F255; }
a { background-color: rgb(181,242,85); }
div.DivClassName
{
background-color: #B5F255;
}
.BgClassName
{
background-color: #B5F255;
}
</style>
border-color css
<style>
span { border-color: #B5F255; }
span { border-color: rgb(181,242,85); }
td.TdClassName
{
border-color: #B5F255;
}
.TagClassName
{
border-color: #B5F255;
}
</style>