Shades of Conifer #B5E661
Tints of Conifer #B5E661
RGB
CMYK
RGB Variations
Color information
#B5E661 (or 0xB5E661) is known color: Conifer. HEX triplet: B5, E6 and 61. RGB value is (181,230,97). Sum of RGB (Red+Green+Blue) = 181+230+97=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5E661 is #4A199E. Grayscale: #C8C8C8. Windows color (decimal): -4856223 or 6416053. OLE color: 6416053.
HSL color Cylindrical-coordinate representation of color #B5E661: hue angle of 82.11º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5E661 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 230 | 97 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.10 |
| HSL | 82.11º | 0.73% | 0.64% | - |
| HSV(B) | 82.11º | 0.58% | 0.9% | - |
| XYZ | 49.51 | 67.28 | 21.69 | - |
| YUV | 200.19 | 69.77 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 230 | 97 | 0.21 | 0 | 0.58 | 0.10 | 82.11 | 0.73 | 0.64 |
| Hex | B5 | E6 | 61 | 15 | 0 | 3A | A | 52 | 49 | 40 |
| Octal | 265 | 346 | 141 | 25 | 0 | 72 | 12 | 122 | 111 | 100 |
| Binary | 10110101 | 11100110 | 1100001 | 10101 | 0 | 111010 | 1010 | 1010010 | 1001001 | 1000000 |
Color Harmonies of #B5E661
Complementary color
Monochromatic Colors of #B5E661
Black with #B5E661
Text Example
Text Example
White with #B5E661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E661; }
p { color: rgb(181,230,97); }
H1.HeaderClassName
{
color: #B5E661;
}
.AnyTagClassName
{
color: #B5E661;
}
</style>
background-color css
<style>
a { background-color: #B5E661; }
a { background-color: rgb(181,230,97); }
div.DivClassName
{
background-color: #B5E661;
}
.BgClassName
{
background-color: #B5E661;
}
</style>
border-color css
<style>
span { border-color: #B5E661; }
span { border-color: rgb(181,230,97); }
td.TdClassName
{
border-color: #B5E661;
}
.TagClassName
{
border-color: #B5E661;
}
</style>