Shades of Conifer #B4E93B
Tints of Conifer #B4E93B
RGB
CMYK
RGB Variations
Color information
#B4E93B (or 0xB4E93B) is known color: Conifer. HEX triplet: B4, E9 and 3B. RGB value is (180,233,59). Sum of RGB (Red+Green+Blue) = 180+233+59=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4E93B is #4B16C4. Grayscale: #C5C5C5. Windows color (decimal): -4921029 or 3926452. OLE color: 3926452.
HSL color Cylindrical-coordinate representation of color #B4E93B: hue angle of 78.28º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4E93B is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 59 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.09 |
| HSL | 78.28º | 0.8% | 0.57% | - |
| HSV(B) | 78.28º | 0.75% | 0.91% | - |
| XYZ | 48.75 | 68.3 | 14.75 | - |
| YUV | 197.32 | 49.94 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 59 | 0.23 | 0 | 0.75 | 0.09 | 78.28 | 0.8 | 0.57 |
| Hex | B4 | E9 | 3B | 17 | 0 | 4B | 9 | 4E | 50 | 39 |
| Octal | 264 | 351 | 73 | 27 | 0 | 113 | 11 | 116 | 120 | 71 |
| Binary | 10110100 | 11101001 | 111011 | 10111 | 0 | 1001011 | 1001 | 1001110 | 1010000 | 111001 |
Color Harmonies of #B4E93B
Complementary color
Monochromatic Colors of #B4E93B
Black with #B4E93B
Text Example
Text Example
White with #B4E93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E93B; }
p { color: rgb(180,233,59); }
H1.HeaderClassName
{
color: #B4E93B;
}
.AnyTagClassName
{
color: #B4E93B;
}
</style>
background-color css
<style>
a { background-color: #B4E93B; }
a { background-color: rgb(180,233,59); }
div.DivClassName
{
background-color: #B4E93B;
}
.BgClassName
{
background-color: #B4E93B;
}
</style>
border-color css
<style>
span { border-color: #B4E93B; }
span { border-color: rgb(180,233,59); }
td.TdClassName
{
border-color: #B4E93B;
}
.TagClassName
{
border-color: #B4E93B;
}
</style>