Shades of Conifer #B2D93F
Tints of Conifer #B2D93F
RGB
CMYK
RGB Variations
Color information
#B2D93F (or 0xB2D93F) is known color: Conifer. HEX triplet: B2, D9 and 3F. RGB value is (178,217,63). Sum of RGB (Red+Green+Blue) = 178+217+63=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D93F is #4D26C0. Grayscale: #BCBCBC. Windows color (decimal): -5056193 or 4184498. OLE color: 4184498.
HSL color Cylindrical-coordinate representation of color #B2D93F: hue angle of 75.19º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2D93F is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 63 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.15 |
| HSL | 75.19º | 0.67% | 0.55% | - |
| HSV(B) | 75.19º | 0.71% | 0.85% | - |
| XYZ | 44.07 | 59.45 | 13.85 | - |
| YUV | 187.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 63 | 0.18 | 0 | 0.71 | 0.15 | 75.19 | 0.67 | 0.55 |
| Hex | B2 | D9 | 3F | 12 | 0 | 47 | F | 4B | 43 | 37 |
| Octal | 262 | 331 | 77 | 22 | 0 | 107 | 17 | 113 | 103 | 67 |
| Binary | 10110010 | 11011001 | 111111 | 10010 | 0 | 1000111 | 1111 | 1001011 | 1000011 | 110111 |
Color Harmonies of #B2D93F
Complementary color
Monochromatic Colors of #B2D93F
Black with #B2D93F
Text Example
Text Example
White with #B2D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D93F; }
p { color: rgb(178,217,63); }
H1.HeaderClassName
{
color: #B2D93F;
}
.AnyTagClassName
{
color: #B2D93F;
}
</style>
background-color css
<style>
a { background-color: #B2D93F; }
a { background-color: rgb(178,217,63); }
div.DivClassName
{
background-color: #B2D93F;
}
.BgClassName
{
background-color: #B2D93F;
}
</style>
border-color css
<style>
span { border-color: #B2D93F; }
span { border-color: rgb(178,217,63); }
td.TdClassName
{
border-color: #B2D93F;
}
.TagClassName
{
border-color: #B2D93F;
}
</style>