Shades of Conifer #B5E93D
Tints of Conifer #B5E93D
RGB
CMYK
RGB Variations
Color information
#B5E93D (or 0xB5E93D) is known color: Conifer. HEX triplet: B5, E9 and 3D. RGB value is (181,233,61). Sum of RGB (Red+Green+Blue) = 181+233+61=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5E93D is #4A16C2. Grayscale: #C6C6C6. Windows color (decimal): -4855491 or 4057525. OLE color: 4057525.
HSL color Cylindrical-coordinate representation of color #B5E93D: hue angle of 78.14º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5E93D is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 233 | 61 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.09 |
| HSL | 78.14º | 0.8% | 0.58% | - |
| HSV(B) | 78.14º | 0.74% | 0.91% | - |
| XYZ | 49.04 | 68.44 | 15.04 | - |
| YUV | 197.84 | 50.77 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 233 | 61 | 0.22 | 0 | 0.74 | 0.09 | 78.14 | 0.8 | 0.58 |
| Hex | B5 | E9 | 3D | 16 | 0 | 4A | 9 | 4E | 50 | 3A |
| Octal | 265 | 351 | 75 | 26 | 0 | 112 | 11 | 116 | 120 | 72 |
| Binary | 10110101 | 11101001 | 111101 | 10110 | 0 | 1001010 | 1001 | 1001110 | 1010000 | 111010 |
Color Harmonies of #B5E93D
Complementary color
Monochromatic Colors of #B5E93D
Black with #B5E93D
Text Example
Text Example
White with #B5E93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E93D; }
p { color: rgb(181,233,61); }
H1.HeaderClassName
{
color: #B5E93D;
}
.AnyTagClassName
{
color: #B5E93D;
}
</style>
background-color css
<style>
a { background-color: #B5E93D; }
a { background-color: rgb(181,233,61); }
div.DivClassName
{
background-color: #B5E93D;
}
.BgClassName
{
background-color: #B5E93D;
}
</style>
border-color css
<style>
span { border-color: #B5E93D; }
span { border-color: rgb(181,233,61); }
td.TdClassName
{
border-color: #B5E93D;
}
.TagClassName
{
border-color: #B5E93D;
}
</style>