Shades of Conifer #B5E74B
Tints of Conifer #B5E74B
RGB
CMYK
RGB Variations
Color information
#B5E74B (or 0xB5E74B) is known color: Conifer. HEX triplet: B5, E7 and 4B. RGB value is (181,231,75). Sum of RGB (Red+Green+Blue) = 181+231+75=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5E74B is #4A18B4. Grayscale: #C6C6C6. Windows color (decimal): -4855989 or 4974517. OLE color: 4974517.
HSL color Cylindrical-coordinate representation of color #B5E74B: hue angle of 79.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5E74B is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 231 | 75 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.09 |
| HSL | 79.23º | 0.76% | 0.6% | - |
| HSV(B) | 79.23º | 0.68% | 0.91% | - |
| XYZ | 48.9 | 67.48 | 17.1 | - |
| YUV | 198.27 | 58.44 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 231 | 75 | 0.22 | 0 | 0.68 | 0.09 | 79.23 | 0.76 | 0.6 |
| Hex | B5 | E7 | 4B | 16 | 0 | 44 | 9 | 4F | 4C | 3C |
| Octal | 265 | 347 | 113 | 26 | 0 | 104 | 11 | 117 | 114 | 74 |
| Binary | 10110101 | 11100111 | 1001011 | 10110 | 0 | 1000100 | 1001 | 1001111 | 1001100 | 111100 |
Color Harmonies of #B5E74B
Complementary color
Monochromatic Colors of #B5E74B
Black with #B5E74B
Text Example
Text Example
White with #B5E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E74B; }
p { color: rgb(181,231,75); }
H1.HeaderClassName
{
color: #B5E74B;
}
.AnyTagClassName
{
color: #B5E74B;
}
</style>
background-color css
<style>
a { background-color: #B5E74B; }
a { background-color: rgb(181,231,75); }
div.DivClassName
{
background-color: #B5E74B;
}
.BgClassName
{
background-color: #B5E74B;
}
</style>
border-color css
<style>
span { border-color: #B5E74B; }
span { border-color: rgb(181,231,75); }
td.TdClassName
{
border-color: #B5E74B;
}
.TagClassName
{
border-color: #B5E74B;
}
</style>