Shades of Conifer #B5F04C
Tints of Conifer #B5F04C
RGB
CMYK
RGB Variations
Color information
#B5F04C (or 0xB5F04C) is known color: Conifer. HEX triplet: B5, F0 and 4C. RGB value is (181,240,76). Sum of RGB (Red+Green+Blue) = 181+240+76=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F04C is #4A0FB3. Grayscale: #CCCCCC. Windows color (decimal): -4853684 or 5042357. OLE color: 5042357.
HSL color Cylindrical-coordinate representation of color #B5F04C: hue angle of 81.59º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5F04C is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 240 | 76 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.06 |
| HSL | 81.59º | 0.85% | 0.62% | - |
| HSV(B) | 81.59º | 0.68% | 0.94% | - |
| XYZ | 51.52 | 72.67 | 18.15 | - |
| YUV | 203.66 | 55.95 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 240 | 76 | 0.25 | 0 | 0.68 | 0.06 | 81.59 | 0.85 | 0.62 |
| Hex | B5 | F0 | 4C | 19 | 0 | 44 | 6 | 52 | 55 | 3E |
| Octal | 265 | 360 | 114 | 31 | 0 | 104 | 6 | 122 | 125 | 76 |
| Binary | 10110101 | 11110000 | 1001100 | 11001 | 0 | 1000100 | 110 | 1010010 | 1010101 | 111110 |
Color Harmonies of #B5F04C
Complementary color
Monochromatic Colors of #B5F04C
Black with #B5F04C
Text Example
Text Example
White with #B5F04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F04C; }
p { color: rgb(181,240,76); }
H1.HeaderClassName
{
color: #B5F04C;
}
.AnyTagClassName
{
color: #B5F04C;
}
</style>
background-color css
<style>
a { background-color: #B5F04C; }
a { background-color: rgb(181,240,76); }
div.DivClassName
{
background-color: #B5F04C;
}
.BgClassName
{
background-color: #B5F04C;
}
</style>
border-color css
<style>
span { border-color: #B5F04C; }
span { border-color: rgb(181,240,76); }
td.TdClassName
{
border-color: #B5F04C;
}
.TagClassName
{
border-color: #B5F04C;
}
</style>