Shades of Conifer #B8F95A
Tints of Conifer #B8F95A
RGB
CMYK
RGB Variations
Color information
#B8F95A (or 0xB8F95A) is known color: Conifer. HEX triplet: B8, F9 and 5A. RGB value is (184,249,90). Sum of RGB (Red+Green+Blue) = 184+249+90=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F95A is #4706A5. Grayscale: #D4D4D4. Windows color (decimal): -4654758 or 5962168. OLE color: 5962168.
HSL color Cylindrical-coordinate representation of color #B8F95A: hue angle of 84.53º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8F95A is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 249 | 90 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.02 |
| HSL | 84.53º | 0.93% | 0.66% | - |
| HSV(B) | 84.53º | 0.64% | 0.98% | - |
| XYZ | 55.49 | 78.68 | 21.94 | - |
| YUV | 211.44 | 59.47 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 249 | 90 | 0.26 | 0 | 0.64 | 0.02 | 84.53 | 0.93 | 0.66 |
| Hex | B8 | F9 | 5A | 1A | 0 | 40 | 2 | 55 | 5D | 42 |
| Octal | 270 | 371 | 132 | 32 | 0 | 100 | 2 | 125 | 135 | 102 |
| Binary | 10111000 | 11111001 | 1011010 | 11010 | 0 | 1000000 | 10 | 1010101 | 1011101 | 1000010 |
Color Harmonies of #B8F95A
Complementary color
Monochromatic Colors of #B8F95A
Black with #B8F95A
Text Example
Text Example
White with #B8F95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F95A; }
p { color: rgb(184,249,90); }
H1.HeaderClassName
{
color: #B8F95A;
}
.AnyTagClassName
{
color: #B8F95A;
}
</style>
background-color css
<style>
a { background-color: #B8F95A; }
a { background-color: rgb(184,249,90); }
div.DivClassName
{
background-color: #B8F95A;
}
.BgClassName
{
background-color: #B8F95A;
}
</style>
border-color css
<style>
span { border-color: #B8F95A; }
span { border-color: rgb(184,249,90); }
td.TdClassName
{
border-color: #B8F95A;
}
.TagClassName
{
border-color: #B8F95A;
}
</style>