Shades of Conifer #B5F74A
Tints of Conifer #B5F74A
RGB
CMYK
RGB Variations
Color information
#B5F74A (or 0xB5F74A) is known color: Conifer. HEX triplet: B5, F7 and 4A. RGB value is (181,247,74). Sum of RGB (Red+Green+Blue) = 181+247+74=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F74A is #4A08B5. Grayscale: #D0D0D0. Windows color (decimal): -4851894 or 4913077. OLE color: 4913077.
HSL color Cylindrical-coordinate representation of color #B5F74A: hue angle of 82.89º 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 #B5F74A is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 247 | 74 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.03 |
| HSL | 82.89º | 0.92% | 0.63% | - |
| HSV(B) | 82.89º | 0.7% | 0.97% | - |
| XYZ | 53.55 | 76.84 | 18.49 | - |
| YUV | 207.54 | 52.63 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 247 | 74 | 0.27 | 0 | 0.70 | 0.03 | 82.89 | 0.92 | 0.63 |
| Hex | B5 | F7 | 4A | 1B | 0 | 46 | 3 | 53 | 5C | 3F |
| Octal | 265 | 367 | 112 | 33 | 0 | 106 | 3 | 123 | 134 | 77 |
| Binary | 10110101 | 11110111 | 1001010 | 11011 | 0 | 1000110 | 11 | 1010011 | 1011100 | 111111 |
Color Harmonies of #B5F74A
Complementary color
Monochromatic Colors of #B5F74A
Black with #B5F74A
Text Example
Text Example
White with #B5F74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F74A; }
p { color: rgb(181,247,74); }
H1.HeaderClassName
{
color: #B5F74A;
}
.AnyTagClassName
{
color: #B5F74A;
}
</style>
background-color css
<style>
a { background-color: #B5F74A; }
a { background-color: rgb(181,247,74); }
div.DivClassName
{
background-color: #B5F74A;
}
.BgClassName
{
background-color: #B5F74A;
}
</style>
border-color css
<style>
span { border-color: #B5F74A; }
span { border-color: rgb(181,247,74); }
td.TdClassName
{
border-color: #B5F74A;
}
.TagClassName
{
border-color: #B5F74A;
}
</style>