Shades of Conifer #B1D53E
Tints of Conifer #B1D53E
RGB
CMYK
RGB Variations
Color information
#B1D53E (or 0xB1D53E) is known color: Conifer. HEX triplet: B1, D5 and 3E. RGB value is (177,213,62). Sum of RGB (Red+Green+Blue) = 177+213+62=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D53E is #4E2AC1. Grayscale: #B9B9B9. Windows color (decimal): -5122754 or 4117937. OLE color: 4117937.
HSL color Cylindrical-coordinate representation of color #B1D53E: hue angle of 74.3º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1D53E is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 213 | 62 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.16 |
| HSL | 74.3º | 0.64% | 0.54% | - |
| HSV(B) | 74.3º | 0.71% | 0.84% | - |
| XYZ | 42.8 | 57.28 | 13.36 | - |
| YUV | 185.02 | 58.57 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 62 | 0.17 | 0 | 0.71 | 0.16 | 74.3 | 0.64 | 0.54 |
| Hex | B1 | D5 | 3E | 11 | 0 | 47 | 10 | 4A | 40 | 36 |
| Octal | 261 | 325 | 76 | 21 | 0 | 107 | 20 | 112 | 100 | 66 |
| Binary | 10110001 | 11010101 | 111110 | 10001 | 0 | 1000111 | 10000 | 1001010 | 1000000 | 110110 |
Color Harmonies of #B1D53E
Complementary color
Monochromatic Colors of #B1D53E
Black with #B1D53E
Text Example
Text Example
White with #B1D53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D53E; }
p { color: rgb(177,213,62); }
H1.HeaderClassName
{
color: #B1D53E;
}
.AnyTagClassName
{
color: #B1D53E;
}
</style>
background-color css
<style>
a { background-color: #B1D53E; }
a { background-color: rgb(177,213,62); }
div.DivClassName
{
background-color: #B1D53E;
}
.BgClassName
{
background-color: #B1D53E;
}
</style>
border-color css
<style>
span { border-color: #B1D53E; }
span { border-color: rgb(177,213,62); }
td.TdClassName
{
border-color: #B1D53E;
}
.TagClassName
{
border-color: #B1D53E;
}
</style>