Shades of Conifer #B5E93E
Tints of Conifer #B5E93E
RGB
CMYK
RGB Variations
Color information
#B5E93E (or 0xB5E93E) is known color: Conifer. HEX triplet: B5, E9 and 3E. RGB value is (181,233,62). Sum of RGB (Red+Green+Blue) = 181+233+62=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5E93E is #4A16C1. Grayscale: #C6C6C6. Windows color (decimal): -4855490 or 4123061. OLE color: 4123061.
HSL color Cylindrical-coordinate representation of color #B5E93E: hue angle of 78.25º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5E93E is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 233 | 62 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.09 |
| HSL | 78.25º | 0.8% | 0.58% | - |
| HSV(B) | 78.25º | 0.73% | 0.91% | - |
| XYZ | 49.06 | 68.45 | 15.18 | - |
| YUV | 197.96 | 51.27 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 233 | 62 | 0.22 | 0 | 0.73 | 0.09 | 78.25 | 0.8 | 0.58 |
| Hex | B5 | E9 | 3E | 16 | 0 | 49 | 9 | 4E | 50 | 3A |
| Octal | 265 | 351 | 76 | 26 | 0 | 111 | 11 | 116 | 120 | 72 |
| Binary | 10110101 | 11101001 | 111110 | 10110 | 0 | 1001001 | 1001 | 1001110 | 1010000 | 111010 |
Color Harmonies of #B5E93E
Complementary color
Monochromatic Colors of #B5E93E
Black with #B5E93E
Text Example
Text Example
White with #B5E93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E93E; }
p { color: rgb(181,233,62); }
H1.HeaderClassName
{
color: #B5E93E;
}
.AnyTagClassName
{
color: #B5E93E;
}
</style>
background-color css
<style>
a { background-color: #B5E93E; }
a { background-color: rgb(181,233,62); }
div.DivClassName
{
background-color: #B5E93E;
}
.BgClassName
{
background-color: #B5E93E;
}
</style>
border-color css
<style>
span { border-color: #B5E93E; }
span { border-color: rgb(181,233,62); }
td.TdClassName
{
border-color: #B5E93E;
}
.TagClassName
{
border-color: #B5E93E;
}
</style>