Shades of Conifer #B5F74C
Tints of Conifer #B5F74C
RGB
CMYK
RGB Variations
Color information
#B5F74C (or 0xB5F74C) is known color: Conifer. HEX triplet: B5, F7 and 4C. RGB value is (181,247,76). Sum of RGB (Red+Green+Blue) = 181+247+76=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F74C is #4A08B3. Grayscale: #D0D0D0. Windows color (decimal): -4851892 or 5044149. OLE color: 5044149.
HSL color Cylindrical-coordinate representation of color #B5F74C: hue angle of 83.16º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5F74C is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 247 | 76 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.03 |
| HSL | 83.16º | 0.91% | 0.63% | - |
| HSV(B) | 83.16º | 0.69% | 0.97% | - |
| XYZ | 53.62 | 76.87 | 18.85 | - |
| YUV | 207.77 | 53.63 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 247 | 76 | 0.27 | 0 | 0.69 | 0.03 | 83.16 | 0.91 | 0.63 |
| Hex | B5 | F7 | 4C | 1B | 0 | 45 | 3 | 53 | 5B | 3F |
| Octal | 265 | 367 | 114 | 33 | 0 | 105 | 3 | 123 | 133 | 77 |
| Binary | 10110101 | 11110111 | 1001100 | 11011 | 0 | 1000101 | 11 | 1010011 | 1011011 | 111111 |
Color Harmonies of #B5F74C
Complementary color
Monochromatic Colors of #B5F74C
Black with #B5F74C
Text Example
Text Example
White with #B5F74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F74C; }
p { color: rgb(181,247,76); }
H1.HeaderClassName
{
color: #B5F74C;
}
.AnyTagClassName
{
color: #B5F74C;
}
</style>
background-color css
<style>
a { background-color: #B5F74C; }
a { background-color: rgb(181,247,76); }
div.DivClassName
{
background-color: #B5F74C;
}
.BgClassName
{
background-color: #B5F74C;
}
</style>
border-color css
<style>
span { border-color: #B5F74C; }
span { border-color: rgb(181,247,76); }
td.TdClassName
{
border-color: #B5F74C;
}
.TagClassName
{
border-color: #B5F74C;
}
</style>