Shades of Conifer #B8E64C
Tints of Conifer #B8E64C
RGB
CMYK
RGB Variations
Color information
#B8E64C (or 0xB8E64C) is known color: Conifer. HEX triplet: B8, E6 and 4C. RGB value is (184,230,76). Sum of RGB (Red+Green+Blue) = 184+230+76=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #B8E64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8E64C is #4719B3. Grayscale: #C7C7C7. Windows color (decimal): -4659636 or 5039800. OLE color: 5039800.
HSL color Cylindrical-coordinate representation of color #B8E64C: hue angle of 77.92º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8E64C is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 230 | 76 | - |
| CMYK | 0.2 | 0 | 0.67 | 0.10 |
| HSL | 77.92º | 0.75% | 0.6% | - |
| HSV(B) | 77.92º | 0.67% | 0.9% | - |
| XYZ | 49.37 | 67.31 | 17.23 | - |
| YUV | 198.69 | 58.76 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 230 | 76 | 0.2 | 0 | 0.67 | 0.10 | 77.92 | 0.75 | 0.6 |
| Hex | B8 | E6 | 4C | 14 | 0 | 43 | A | 4E | 4B | 3C |
| Octal | 270 | 346 | 114 | 24 | 0 | 103 | 12 | 116 | 113 | 74 |
| Binary | 10111000 | 11100110 | 1001100 | 10100 | 0 | 1000011 | 1010 | 1001110 | 1001011 | 111100 |
Color Harmonies of #B8E64C
Complementary color
Monochromatic Colors of #B8E64C
Black with #B8E64C
Text Example
Text Example
White with #B8E64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E64C; }
p { color: rgb(184,230,76); }
H1.HeaderClassName
{
color: #B8E64C;
}
.AnyTagClassName
{
color: #B8E64C;
}
</style>
background-color css
<style>
a { background-color: #B8E64C; }
a { background-color: rgb(184,230,76); }
div.DivClassName
{
background-color: #B8E64C;
}
.BgClassName
{
background-color: #B8E64C;
}
</style>
border-color css
<style>
span { border-color: #B8E64C; }
span { border-color: rgb(184,230,76); }
td.TdClassName
{
border-color: #B8E64C;
}
.TagClassName
{
border-color: #B8E64C;
}
</style>