Shades of Conifer #B8E348
Tints of Conifer #B8E348
RGB
CMYK
RGB Variations
Color information
#B8E348 (or 0xB8E348) is known color: Conifer. HEX triplet: B8, E3 and 48. RGB value is (184,227,72). Sum of RGB (Red+Green+Blue) = 184+227+72=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #B8E348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8E348 is #471CB7. Grayscale: #C5C5C5. Windows color (decimal): -4660408 or 4776888. OLE color: 4776888.
HSL color Cylindrical-coordinate representation of color #B8E348: hue angle of 76.65º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8E348 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 227 | 72 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.11 |
| HSL | 76.65º | 0.73% | 0.59% | - |
| HSV(B) | 76.65º | 0.68% | 0.89% | - |
| XYZ | 48.41 | 65.6 | 16.24 | - |
| YUV | 196.47 | 57.75 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 227 | 72 | 0.19 | 0 | 0.68 | 0.11 | 76.65 | 0.73 | 0.59 |
| Hex | B8 | E3 | 48 | 13 | 0 | 44 | B | 4D | 49 | 3B |
| Octal | 270 | 343 | 110 | 23 | 0 | 104 | 13 | 115 | 111 | 73 |
| Binary | 10111000 | 11100011 | 1001000 | 10011 | 0 | 1000100 | 1011 | 1001101 | 1001001 | 111011 |
Color Harmonies of #B8E348
Complementary color
Monochromatic Colors of #B8E348
Black with #B8E348
Text Example
Text Example
White with #B8E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E348; }
p { color: rgb(184,227,72); }
H1.HeaderClassName
{
color: #B8E348;
}
.AnyTagClassName
{
color: #B8E348;
}
</style>
background-color css
<style>
a { background-color: #B8E348; }
a { background-color: rgb(184,227,72); }
div.DivClassName
{
background-color: #B8E348;
}
.BgClassName
{
background-color: #B8E348;
}
</style>
border-color css
<style>
span { border-color: #B8E348; }
span { border-color: rgb(184,227,72); }
td.TdClassName
{
border-color: #B8E348;
}
.TagClassName
{
border-color: #B8E348;
}
</style>