Shades of Conifer #B4E23F
Tints of Conifer #B4E23F
RGB
CMYK
RGB Variations
Color information
#B4E23F (or 0xB4E23F) is known color: Conifer. HEX triplet: B4, E2 and 3F. RGB value is (180,226,63). Sum of RGB (Red+Green+Blue) = 180+226+63=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E23F is #4B1DC0. Grayscale: #C2C2C2. Windows color (decimal): -4922817 or 4186804. OLE color: 4186804.
HSL color Cylindrical-coordinate representation of color #B4E23F: hue angle of 76.93º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4E23F is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 226 | 63 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.11 |
| HSL | 76.93º | 0.74% | 0.57% | - |
| HSV(B) | 76.93º | 0.72% | 0.89% | - |
| XYZ | 46.92 | 64.45 | 14.67 | - |
| YUV | 193.66 | 54.26 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 226 | 63 | 0.20 | 0 | 0.72 | 0.11 | 76.93 | 0.74 | 0.57 |
| Hex | B4 | E2 | 3F | 14 | 0 | 48 | B | 4D | 4A | 39 |
| Octal | 264 | 342 | 77 | 24 | 0 | 110 | 13 | 115 | 112 | 71 |
| Binary | 10110100 | 11100010 | 111111 | 10100 | 0 | 1001000 | 1011 | 1001101 | 1001010 | 111001 |
Color Harmonies of #B4E23F
Complementary color
Monochromatic Colors of #B4E23F
Black with #B4E23F
Text Example
Text Example
White with #B4E23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E23F; }
p { color: rgb(180,226,63); }
H1.HeaderClassName
{
color: #B4E23F;
}
.AnyTagClassName
{
color: #B4E23F;
}
</style>
background-color css
<style>
a { background-color: #B4E23F; }
a { background-color: rgb(180,226,63); }
div.DivClassName
{
background-color: #B4E23F;
}
.BgClassName
{
background-color: #B4E23F;
}
</style>
border-color css
<style>
span { border-color: #B4E23F; }
span { border-color: rgb(180,226,63); }
td.TdClassName
{
border-color: #B4E23F;
}
.TagClassName
{
border-color: #B4E23F;
}
</style>