Shades of Conifer #B8F345
Tints of Conifer #B8F345
RGB
CMYK
RGB Variations
Color information
#B8F345 (or 0xB8F345) is known color: Conifer. HEX triplet: B8, F3 and 45. RGB value is (184,243,69). Sum of RGB (Red+Green+Blue) = 184+243+69=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F345 is #470CBA. Grayscale: #CECECE. Windows color (decimal): -4656315 or 4584376. OLE color: 4584376.
HSL color Cylindrical-coordinate representation of color #B8F345: hue angle of 80.34º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8F345 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 69 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.05 |
| HSL | 80.34º | 0.88% | 0.61% | - |
| HSV(B) | 80.34º | 0.72% | 0.95% | - |
| XYZ | 52.89 | 74.72 | 17.27 | - |
| YUV | 205.52 | 50.95 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 69 | 0.24 | 0 | 0.72 | 0.05 | 80.34 | 0.88 | 0.61 |
| Hex | B8 | F3 | 45 | 18 | 0 | 48 | 5 | 50 | 58 | 3D |
| Octal | 270 | 363 | 105 | 30 | 0 | 110 | 5 | 120 | 130 | 75 |
| Binary | 10111000 | 11110011 | 1000101 | 11000 | 0 | 1001000 | 101 | 1010000 | 1011000 | 111101 |
Color Harmonies of #B8F345
Complementary color
Monochromatic Colors of #B8F345
Black with #B8F345
Text Example
Text Example
White with #B8F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F345; }
p { color: rgb(184,243,69); }
H1.HeaderClassName
{
color: #B8F345;
}
.AnyTagClassName
{
color: #B8F345;
}
</style>
background-color css
<style>
a { background-color: #B8F345; }
a { background-color: rgb(184,243,69); }
div.DivClassName
{
background-color: #B8F345;
}
.BgClassName
{
background-color: #B8F345;
}
</style>
border-color css
<style>
span { border-color: #B8F345; }
span { border-color: rgb(184,243,69); }
td.TdClassName
{
border-color: #B8F345;
}
.TagClassName
{
border-color: #B8F345;
}
</style>