Shades of Conifer #B7F365
Tints of Conifer #B7F365
RGB
CMYK
RGB Variations
Color information
#B7F365 (or 0xB7F365) is known color: Conifer. HEX triplet: B7, F3 and 65. RGB value is (183,243,101). Sum of RGB (Red+Green+Blue) = 183+243+101=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F365 is #480C9A. Grayscale: #D1D1D1. Windows color (decimal): -4721819 or 6681527. OLE color: 6681527.
HSL color Cylindrical-coordinate representation of color #B7F365: hue angle of 85.35º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7F365 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 243 | 101 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.05 |
| HSL | 85.35º | 0.86% | 0.67% | - |
| HSV(B) | 85.35º | 0.58% | 0.95% | - |
| XYZ | 53.93 | 75.11 | 23.97 | - |
| YUV | 208.87 | 67.12 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 243 | 101 | 0.25 | 0 | 0.58 | 0.05 | 85.35 | 0.86 | 0.67 |
| Hex | B7 | F3 | 65 | 19 | 0 | 3A | 5 | 55 | 56 | 43 |
| Octal | 267 | 363 | 145 | 31 | 0 | 72 | 5 | 125 | 126 | 103 |
| Binary | 10110111 | 11110011 | 1100101 | 11001 | 0 | 111010 | 101 | 1010101 | 1010110 | 1000011 |
Color Harmonies of #B7F365
Complementary color
Monochromatic Colors of #B7F365
Black with #B7F365
Text Example
Text Example
White with #B7F365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F365; }
p { color: rgb(183,243,101); }
H1.HeaderClassName
{
color: #B7F365;
}
.AnyTagClassName
{
color: #B7F365;
}
</style>
background-color css
<style>
a { background-color: #B7F365; }
a { background-color: rgb(183,243,101); }
div.DivClassName
{
background-color: #B7F365;
}
.BgClassName
{
background-color: #B7F365;
}
</style>
border-color css
<style>
span { border-color: #B7F365; }
span { border-color: rgb(183,243,101); }
td.TdClassName
{
border-color: #B7F365;
}
.TagClassName
{
border-color: #B7F365;
}
</style>