Shades of Conifer #B5E65F
Tints of Conifer #B5E65F
RGB
CMYK
RGB Variations
Color information
#B5E65F (or 0xB5E65F) is known color: Conifer. HEX triplet: B5, E6 and 5F. RGB value is (181,230,95). Sum of RGB (Red+Green+Blue) = 181+230+95=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5E65F is #4A19A0. Grayscale: #C8C8C8. Windows color (decimal): -4856225 or 6284981. OLE color: 6284981.
HSL color Cylindrical-coordinate representation of color #B5E65F: hue angle of 81.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5E65F is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 230 | 95 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.10 |
| HSL | 81.78º | 0.73% | 0.64% | - |
| HSV(B) | 81.78º | 0.59% | 0.9% | - |
| XYZ | 49.42 | 67.24 | 21.2 | - |
| YUV | 199.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 230 | 95 | 0.21 | 0 | 0.59 | 0.10 | 81.78 | 0.73 | 0.64 |
| Hex | B5 | E6 | 5F | 15 | 0 | 3B | A | 52 | 49 | 40 |
| Octal | 265 | 346 | 137 | 25 | 0 | 73 | 12 | 122 | 111 | 100 |
| Binary | 10110101 | 11100110 | 1011111 | 10101 | 0 | 111011 | 1010 | 1010010 | 1001001 | 1000000 |
Color Harmonies of #B5E65F
Complementary color
Monochromatic Colors of #B5E65F
Black with #B5E65F
Text Example
Text Example
White with #B5E65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E65F; }
p { color: rgb(181,230,95); }
H1.HeaderClassName
{
color: #B5E65F;
}
.AnyTagClassName
{
color: #B5E65F;
}
</style>
background-color css
<style>
a { background-color: #B5E65F; }
a { background-color: rgb(181,230,95); }
div.DivClassName
{
background-color: #B5E65F;
}
.BgClassName
{
background-color: #B5E65F;
}
</style>
border-color css
<style>
span { border-color: #B5E65F; }
span { border-color: rgb(181,230,95); }
td.TdClassName
{
border-color: #B5E65F;
}
.TagClassName
{
border-color: #B5E65F;
}
</style>