Shades of Conifer #B8ED67
Tints of Conifer #B8ED67
RGB
CMYK
RGB Variations
Color information
#B8ED67 (or 0xB8ED67) is known color: Conifer. HEX triplet: B8, ED and 67. RGB value is (184,237,103). Sum of RGB (Red+Green+Blue) = 184+237+103=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8ED67 is #471298. Grayscale: #CECECE. Windows color (decimal): -4657817 or 6811064. OLE color: 6811064.
HSL color Cylindrical-coordinate representation of color #B8ED67: hue angle of 83.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8ED67 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 103 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.07 |
| HSL | 83.73º | 0.79% | 0.67% | - |
| HSV(B) | 83.73º | 0.57% | 0.93% | - |
| XYZ | 52.5 | 71.74 | 23.91 | - |
| YUV | 205.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 103 | 0.22 | 0 | 0.57 | 0.07 | 83.73 | 0.79 | 0.67 |
| Hex | B8 | ED | 67 | 16 | 0 | 39 | 7 | 54 | 4F | 43 |
| Octal | 270 | 355 | 147 | 26 | 0 | 71 | 7 | 124 | 117 | 103 |
| Binary | 10111000 | 11101101 | 1100111 | 10110 | 0 | 111001 | 111 | 1010100 | 1001111 | 1000011 |
Color Harmonies of #B8ED67
Complementary color
Monochromatic Colors of #B8ED67
Black with #B8ED67
Text Example
Text Example
White with #B8ED67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ED67; }
p { color: rgb(184,237,103); }
H1.HeaderClassName
{
color: #B8ED67;
}
.AnyTagClassName
{
color: #B8ED67;
}
</style>
background-color css
<style>
a { background-color: #B8ED67; }
a { background-color: rgb(184,237,103); }
div.DivClassName
{
background-color: #B8ED67;
}
.BgClassName
{
background-color: #B8ED67;
}
</style>
border-color css
<style>
span { border-color: #B8ED67; }
span { border-color: rgb(184,237,103); }
td.TdClassName
{
border-color: #B8ED67;
}
.TagClassName
{
border-color: #B8ED67;
}
</style>