Shades of Conifer #B2D65F
Tints of Conifer #B2D65F
RGB
CMYK
RGB Variations
Color information
#B2D65F (or 0xB2D65F) is known color: Conifer. HEX triplet: B2, D6 and 5F. RGB value is (178,214,95). Sum of RGB (Red+Green+Blue) = 178+214+95=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D65F is #4D29A0. Grayscale: #BEBEBE. Windows color (decimal): -5056929 or 6280882. OLE color: 6280882.
HSL color Cylindrical-coordinate representation of color #B2D65F: hue angle of 78.15º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2D65F is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 95 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.16 |
| HSL | 78.15º | 0.59% | 0.61% | - |
| HSV(B) | 78.15º | 0.56% | 0.84% | - |
| XYZ | 44.47 | 58.38 | 19.75 | - |
| YUV | 189.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 95 | 0.17 | 0 | 0.56 | 0.16 | 78.15 | 0.59 | 0.61 |
| Hex | B2 | D6 | 5F | 11 | 0 | 38 | 10 | 4E | 3B | 3D |
| Octal | 262 | 326 | 137 | 21 | 0 | 70 | 20 | 116 | 73 | 75 |
| Binary | 10110010 | 11010110 | 1011111 | 10001 | 0 | 111000 | 10000 | 1001110 | 111011 | 111101 |
Color Harmonies of #B2D65F
Complementary color
Monochromatic Colors of #B2D65F
Black with #B2D65F
Text Example
Text Example
White with #B2D65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D65F; }
p { color: rgb(178,214,95); }
H1.HeaderClassName
{
color: #B2D65F;
}
.AnyTagClassName
{
color: #B2D65F;
}
</style>
background-color css
<style>
a { background-color: #B2D65F; }
a { background-color: rgb(178,214,95); }
div.DivClassName
{
background-color: #B2D65F;
}
.BgClassName
{
background-color: #B2D65F;
}
</style>
border-color css
<style>
span { border-color: #B2D65F; }
span { border-color: rgb(178,214,95); }
td.TdClassName
{
border-color: #B2D65F;
}
.TagClassName
{
border-color: #B2D65F;
}
</style>