Shades of Conifer #B8F74A
Tints of Conifer #B8F74A
RGB
CMYK
RGB Variations
Color information
#B8F74A (or 0xB8F74A) is known color: Conifer. HEX triplet: B8, F7 and 4A. RGB value is (184,247,74). Sum of RGB (Red+Green+Blue) = 184+247+74=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #B8F74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F74A is #4708B5. Grayscale: #D1D1D1. Windows color (decimal): -4655286 or 4913080. OLE color: 4913080.
HSL color Cylindrical-coordinate representation of color #B8F74A: hue angle of 81.85º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8F74A is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 247 | 74 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.03 |
| HSL | 81.85º | 0.92% | 0.63% | - |
| HSV(B) | 81.85º | 0.7% | 0.97% | - |
| XYZ | 54.26 | 77.21 | 18.52 | - |
| YUV | 208.44 | 52.13 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 247 | 74 | 0.26 | 0 | 0.70 | 0.03 | 81.85 | 0.92 | 0.63 |
| Hex | B8 | F7 | 4A | 1A | 0 | 46 | 3 | 52 | 5C | 3F |
| Octal | 270 | 367 | 112 | 32 | 0 | 106 | 3 | 122 | 134 | 77 |
| Binary | 10111000 | 11110111 | 1001010 | 11010 | 0 | 1000110 | 11 | 1010010 | 1011100 | 111111 |
Color Harmonies of #B8F74A
Complementary color
Monochromatic Colors of #B8F74A
Black with #B8F74A
Text Example
Text Example
White with #B8F74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F74A; }
p { color: rgb(184,247,74); }
H1.HeaderClassName
{
color: #B8F74A;
}
.AnyTagClassName
{
color: #B8F74A;
}
</style>
background-color css
<style>
a { background-color: #B8F74A; }
a { background-color: rgb(184,247,74); }
div.DivClassName
{
background-color: #B8F74A;
}
.BgClassName
{
background-color: #B8F74A;
}
</style>
border-color css
<style>
span { border-color: #B8F74A; }
span { border-color: rgb(184,247,74); }
td.TdClassName
{
border-color: #B8F74A;
}
.TagClassName
{
border-color: #B8F74A;
}
</style>