Shades of Conifer #B5E93F
Tints of Conifer #B5E93F
RGB
CMYK
RGB Variations
Color information
#B5E93F (or 0xB5E93F) is known color: Conifer. HEX triplet: B5, E9 and 3F. RGB value is (181,233,63). Sum of RGB (Red+Green+Blue) = 181+233+63=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5E93F is #4A16C0. Grayscale: #C6C6C6. Windows color (decimal): -4855489 or 4188597. OLE color: 4188597.
HSL color Cylindrical-coordinate representation of color #B5E93F: hue angle of 78.35º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5E93F is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 233 | 63 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.09 |
| HSL | 78.35º | 0.79% | 0.58% | - |
| HSV(B) | 78.35º | 0.73% | 0.91% | - |
| XYZ | 49.09 | 68.46 | 15.33 | - |
| YUV | 198.07 | 51.77 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 233 | 63 | 0.22 | 0 | 0.73 | 0.09 | 78.35 | 0.79 | 0.58 |
| Hex | B5 | E9 | 3F | 16 | 0 | 49 | 9 | 4E | 4F | 3A |
| Octal | 265 | 351 | 77 | 26 | 0 | 111 | 11 | 116 | 117 | 72 |
| Binary | 10110101 | 11101001 | 111111 | 10110 | 0 | 1001001 | 1001 | 1001110 | 1001111 | 111010 |
Color Harmonies of #B5E93F
Complementary color
Monochromatic Colors of #B5E93F
Black with #B5E93F
Text Example
Text Example
White with #B5E93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E93F; }
p { color: rgb(181,233,63); }
H1.HeaderClassName
{
color: #B5E93F;
}
.AnyTagClassName
{
color: #B5E93F;
}
</style>
background-color css
<style>
a { background-color: #B5E93F; }
a { background-color: rgb(181,233,63); }
div.DivClassName
{
background-color: #B5E93F;
}
.BgClassName
{
background-color: #B5E93F;
}
</style>
border-color css
<style>
span { border-color: #B5E93F; }
span { border-color: rgb(181,233,63); }
td.TdClassName
{
border-color: #B5E93F;
}
.TagClassName
{
border-color: #B5E93F;
}
</style>