Shades of Conifer #B4E83B
Tints of Conifer #B4E83B
RGB
CMYK
RGB Variations
Color information
#B4E83B (or 0xB4E83B) is known color: Conifer. HEX triplet: B4, E8 and 3B. RGB value is (180,232,59). Sum of RGB (Red+Green+Blue) = 180+232+59=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E83B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4E83B is #4B17C4. Grayscale: #C5C5C5. Windows color (decimal): -4921285 or 3926196. OLE color: 3926196.
HSL color Cylindrical-coordinate representation of color #B4E83B: hue angle of 78.03º degrees, saturation: 0.79, 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 #B4E83B is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 232 | 59 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.09 |
| HSL | 78.03º | 0.79% | 0.57% | - |
| HSV(B) | 78.03º | 0.75% | 0.91% | - |
| XYZ | 48.47 | 67.73 | 14.66 | - |
| YUV | 196.73 | 50.27 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 59 | 0.22 | 0 | 0.75 | 0.09 | 78.03 | 0.79 | 0.57 |
| Hex | B4 | E8 | 3B | 16 | 0 | 4B | 9 | 4E | 4F | 39 |
| Octal | 264 | 350 | 73 | 26 | 0 | 113 | 11 | 116 | 117 | 71 |
| Binary | 10110100 | 11101000 | 111011 | 10110 | 0 | 1001011 | 1001 | 1001110 | 1001111 | 111001 |
Color Harmonies of #B4E83B
Complementary color
Monochromatic Colors of #B4E83B
Black with #B4E83B
Text Example
Text Example
White with #B4E83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E83B; }
p { color: rgb(180,232,59); }
H1.HeaderClassName
{
color: #B4E83B;
}
.AnyTagClassName
{
color: #B4E83B;
}
</style>
background-color css
<style>
a { background-color: #B4E83B; }
a { background-color: rgb(180,232,59); }
div.DivClassName
{
background-color: #B4E83B;
}
.BgClassName
{
background-color: #B4E83B;
}
</style>
border-color css
<style>
span { border-color: #B4E83B; }
span { border-color: rgb(180,232,59); }
td.TdClassName
{
border-color: #B4E83B;
}
.TagClassName
{
border-color: #B4E83B;
}
</style>