Shades of Conifer #B2D75B
Tints of Conifer #B2D75B
RGB
CMYK
RGB Variations
Color information
#B2D75B (or 0xB2D75B) is known color: Conifer. HEX triplet: B2, D7 and 5B. RGB value is (178,215,91). Sum of RGB (Red+Green+Blue) = 178+215+91=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D75B is #4D28A4. Grayscale: #BEBEBE. Windows color (decimal): -5056677 or 6018994. OLE color: 6018994.
HSL color Cylindrical-coordinate representation of color #B2D75B: hue angle of 77.9º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2D75B is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 91 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.16 |
| HSL | 77.9º | 0.61% | 0.6% | - |
| HSV(B) | 77.9º | 0.58% | 0.84% | - |
| XYZ | 44.55 | 58.82 | 18.9 | - |
| YUV | 189.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 91 | 0.17 | 0 | 0.58 | 0.16 | 77.9 | 0.61 | 0.6 |
| Hex | B2 | D7 | 5B | 11 | 0 | 3A | 10 | 4E | 3D | 3C |
| Octal | 262 | 327 | 133 | 21 | 0 | 72 | 20 | 116 | 75 | 74 |
| Binary | 10110010 | 11010111 | 1011011 | 10001 | 0 | 111010 | 10000 | 1001110 | 111101 | 111100 |
Color Harmonies of #B2D75B
Complementary color
Monochromatic Colors of #B2D75B
Black with #B2D75B
Text Example
Text Example
White with #B2D75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D75B; }
p { color: rgb(178,215,91); }
H1.HeaderClassName
{
color: #B2D75B;
}
.AnyTagClassName
{
color: #B2D75B;
}
</style>
background-color css
<style>
a { background-color: #B2D75B; }
a { background-color: rgb(178,215,91); }
div.DivClassName
{
background-color: #B2D75B;
}
.BgClassName
{
background-color: #B2D75B;
}
</style>
border-color css
<style>
span { border-color: #B2D75B; }
span { border-color: rgb(178,215,91); }
td.TdClassName
{
border-color: #B2D75B;
}
.TagClassName
{
border-color: #B2D75B;
}
</style>