Shades of Conifer #B8EA4D
Tints of Conifer #B8EA4D
RGB
CMYK
RGB Variations
Color information
#B8EA4D (or 0xB8EA4D) is known color: Conifer. HEX triplet: B8, EA and 4D. RGB value is (184,234,77). Sum of RGB (Red+Green+Blue) = 184+234+77=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8EA4D is #4715B2. Grayscale: #C9C9C9. Windows color (decimal): -4658611 or 5106360. OLE color: 5106360.
HSL color Cylindrical-coordinate representation of color #B8EA4D: hue angle of 79.11º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8EA4D is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 234 | 77 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.08 |
| HSL | 79.11º | 0.79% | 0.61% | - |
| HSV(B) | 79.11º | 0.67% | 0.92% | - |
| XYZ | 50.53 | 69.57 | 17.79 | - |
| YUV | 201.15 | 57.94 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 234 | 77 | 0.21 | 0 | 0.67 | 0.08 | 79.11 | 0.79 | 0.61 |
| Hex | B8 | EA | 4D | 15 | 0 | 43 | 8 | 4F | 4F | 3D |
| Octal | 270 | 352 | 115 | 25 | 0 | 103 | 10 | 117 | 117 | 75 |
| Binary | 10111000 | 11101010 | 1001101 | 10101 | 0 | 1000011 | 1000 | 1001111 | 1001111 | 111101 |
Color Harmonies of #B8EA4D
Complementary color
Monochromatic Colors of #B8EA4D
Black with #B8EA4D
Text Example
Text Example
White with #B8EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EA4D; }
p { color: rgb(184,234,77); }
H1.HeaderClassName
{
color: #B8EA4D;
}
.AnyTagClassName
{
color: #B8EA4D;
}
</style>
background-color css
<style>
a { background-color: #B8EA4D; }
a { background-color: rgb(184,234,77); }
div.DivClassName
{
background-color: #B8EA4D;
}
.BgClassName
{
background-color: #B8EA4D;
}
</style>
border-color css
<style>
span { border-color: #B8EA4D; }
span { border-color: rgb(184,234,77); }
td.TdClassName
{
border-color: #B8EA4D;
}
.TagClassName
{
border-color: #B8EA4D;
}
</style>