Shades of Conifer #B7F665
Tints of Conifer #B7F665
RGB
CMYK
RGB Variations
Color information
#B7F665 (or 0xB7F665) is known color: Conifer. HEX triplet: B7, F6 and 65. RGB value is (183,246,101). Sum of RGB (Red+Green+Blue) = 183+246+101=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #B7F665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F665 is #48099A. Grayscale: #D3D3D3. Windows color (decimal): -4721051 or 6682295. OLE color: 6682295.
HSL color Cylindrical-coordinate representation of color #B7F665: hue angle of 86.07º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7F665 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 246 | 101 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.04 |
| HSL | 86.07º | 0.89% | 0.68% | - |
| HSV(B) | 86.07º | 0.59% | 0.96% | - |
| XYZ | 54.83 | 76.92 | 24.27 | - |
| YUV | 210.63 | 66.13 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 246 | 101 | 0.26 | 0 | 0.59 | 0.04 | 86.07 | 0.89 | 0.68 |
| Hex | B7 | F6 | 65 | 1A | 0 | 3B | 4 | 56 | 59 | 44 |
| Octal | 267 | 366 | 145 | 32 | 0 | 73 | 4 | 126 | 131 | 104 |
| Binary | 10110111 | 11110110 | 1100101 | 11010 | 0 | 111011 | 100 | 1010110 | 1011001 | 1000100 |
Color Harmonies of #B7F665
Complementary color
Monochromatic Colors of #B7F665
Black with #B7F665
Text Example
Text Example
White with #B7F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F665; }
p { color: rgb(183,246,101); }
H1.HeaderClassName
{
color: #B7F665;
}
.AnyTagClassName
{
color: #B7F665;
}
</style>
background-color css
<style>
a { background-color: #B7F665; }
a { background-color: rgb(183,246,101); }
div.DivClassName
{
background-color: #B7F665;
}
.BgClassName
{
background-color: #B7F665;
}
</style>
border-color css
<style>
span { border-color: #B7F665; }
span { border-color: rgb(183,246,101); }
td.TdClassName
{
border-color: #B7F665;
}
.TagClassName
{
border-color: #B7F665;
}
</style>