Shades of Conifer #B2D75C
Tints of Conifer #B2D75C
RGB
CMYK
RGB Variations
Color information
#B2D75C (or 0xB2D75C) is known color: Conifer. HEX triplet: B2, D7 and 5C. RGB value is (178,215,92). Sum of RGB (Red+Green+Blue) = 178+215+92=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D75C is #4D28A3. Grayscale: #BEBEBE. Windows color (decimal): -5056676 or 6084530. OLE color: 6084530.
HSL color Cylindrical-coordinate representation of color #B2D75C: hue angle of 78.05º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2D75C is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 92 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.16 |
| HSL | 78.05º | 0.61% | 0.6% | - |
| HSV(B) | 78.05º | 0.57% | 0.84% | - |
| XYZ | 44.59 | 58.84 | 19.13 | - |
| YUV | 189.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 92 | 0.17 | 0 | 0.57 | 0.16 | 78.05 | 0.61 | 0.6 |
| Hex | B2 | D7 | 5C | 11 | 0 | 39 | 10 | 4E | 3D | 3C |
| Octal | 262 | 327 | 134 | 21 | 0 | 71 | 20 | 116 | 75 | 74 |
| Binary | 10110010 | 11010111 | 1011100 | 10001 | 0 | 111001 | 10000 | 1001110 | 111101 | 111100 |
Color Harmonies of #B2D75C
Complementary color
Monochromatic Colors of #B2D75C
Black with #B2D75C
Text Example
Text Example
White with #B2D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D75C; }
p { color: rgb(178,215,92); }
H1.HeaderClassName
{
color: #B2D75C;
}
.AnyTagClassName
{
color: #B2D75C;
}
</style>
background-color css
<style>
a { background-color: #B2D75C; }
a { background-color: rgb(178,215,92); }
div.DivClassName
{
background-color: #B2D75C;
}
.BgClassName
{
background-color: #B2D75C;
}
</style>
border-color css
<style>
span { border-color: #B2D75C; }
span { border-color: rgb(178,215,92); }
td.TdClassName
{
border-color: #B2D75C;
}
.TagClassName
{
border-color: #B2D75C;
}
</style>