Shades of Conifer #B8F14A
Tints of Conifer #B8F14A
RGB
CMYK
RGB Variations
Color information
#B8F14A (or 0xB8F14A) is known color: Conifer. HEX triplet: B8, F1 and 4A. RGB value is (184,241,74). Sum of RGB (Red+Green+Blue) = 184+241+74=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F14A is #470EB5. Grayscale: #CDCDCD. Windows color (decimal): -4656822 or 4911544. OLE color: 4911544.
HSL color Cylindrical-coordinate representation of color #B8F14A: hue angle of 80.48º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8F14A is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 74 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.05 |
| HSL | 80.48º | 0.86% | 0.62% | - |
| HSV(B) | 80.48º | 0.69% | 0.95% | - |
| XYZ | 52.46 | 73.6 | 17.92 | - |
| YUV | 204.92 | 54.12 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 74 | 0.24 | 0 | 0.69 | 0.05 | 80.48 | 0.86 | 0.62 |
| Hex | B8 | F1 | 4A | 18 | 0 | 45 | 5 | 50 | 56 | 3E |
| Octal | 270 | 361 | 112 | 30 | 0 | 105 | 5 | 120 | 126 | 76 |
| Binary | 10111000 | 11110001 | 1001010 | 11000 | 0 | 1000101 | 101 | 1010000 | 1010110 | 111110 |
Color Harmonies of #B8F14A
Complementary color
Monochromatic Colors of #B8F14A
Black with #B8F14A
Text Example
Text Example
White with #B8F14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F14A; }
p { color: rgb(184,241,74); }
H1.HeaderClassName
{
color: #B8F14A;
}
.AnyTagClassName
{
color: #B8F14A;
}
</style>
background-color css
<style>
a { background-color: #B8F14A; }
a { background-color: rgb(184,241,74); }
div.DivClassName
{
background-color: #B8F14A;
}
.BgClassName
{
background-color: #B8F14A;
}
</style>
border-color css
<style>
span { border-color: #B8F14A; }
span { border-color: rgb(184,241,74); }
td.TdClassName
{
border-color: #B8F14A;
}
.TagClassName
{
border-color: #B8F14A;
}
</style>