Shades of Conifer #B5F265
Tints of Conifer #B5F265
RGB
CMYK
RGB Variations
Color information
#B5F265 (or 0xB5F265) is known color: Conifer. HEX triplet: B5, F2 and 65. RGB value is (181,242,101). Sum of RGB (Red+Green+Blue) = 181+242+101=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F265 is #4A0D9A. Grayscale: #D0D0D0. Windows color (decimal): -4853147 or 6681269. OLE color: 6681269.
HSL color Cylindrical-coordinate representation of color #B5F265: hue angle of 85.96º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5F265 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 101 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.05 |
| HSL | 85.96º | 0.84% | 0.67% | - |
| HSV(B) | 85.96º | 0.58% | 0.95% | - |
| XYZ | 53.16 | 74.27 | 23.85 | - |
| YUV | 207.69 | 67.79 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 101 | 0.25 | 0 | 0.58 | 0.05 | 85.96 | 0.84 | 0.67 |
| Hex | B5 | F2 | 65 | 19 | 0 | 3A | 5 | 56 | 54 | 43 |
| Octal | 265 | 362 | 145 | 31 | 0 | 72 | 5 | 126 | 124 | 103 |
| Binary | 10110101 | 11110010 | 1100101 | 11001 | 0 | 111010 | 101 | 1010110 | 1010100 | 1000011 |
Color Harmonies of #B5F265
Complementary color
Monochromatic Colors of #B5F265
Black with #B5F265
Text Example
Text Example
White with #B5F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F265; }
p { color: rgb(181,242,101); }
H1.HeaderClassName
{
color: #B5F265;
}
.AnyTagClassName
{
color: #B5F265;
}
</style>
background-color css
<style>
a { background-color: #B5F265; }
a { background-color: rgb(181,242,101); }
div.DivClassName
{
background-color: #B5F265;
}
.BgClassName
{
background-color: #B5F265;
}
</style>
border-color css
<style>
span { border-color: #B5F265; }
span { border-color: rgb(181,242,101); }
td.TdClassName
{
border-color: #B5F265;
}
.TagClassName
{
border-color: #B5F265;
}
</style>