Shades of Conifer #B7F065
Tints of Conifer #B7F065
RGB
CMYK
RGB Variations
Color information
#B7F065 (or 0xB7F065) is known color: Conifer. HEX triplet: B7, F0 and 65. RGB value is (183,240,101). Sum of RGB (Red+Green+Blue) = 183+240+101=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #B7F065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F065 is #480F9A. Grayscale: #CFCFCF. Windows color (decimal): -4722587 or 6680759. OLE color: 6680759.
HSL color Cylindrical-coordinate representation of color #B7F065: hue angle of 84.6º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7F065 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 240 | 101 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.06 |
| HSL | 84.6º | 0.82% | 0.67% | - |
| HSV(B) | 84.6º | 0.58% | 0.94% | - |
| XYZ | 53.04 | 73.33 | 23.67 | - |
| YUV | 207.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 240 | 101 | 0.24 | 0 | 0.58 | 0.06 | 84.6 | 0.82 | 0.67 |
| Hex | B7 | F0 | 65 | 18 | 0 | 3A | 6 | 55 | 52 | 43 |
| Octal | 267 | 360 | 145 | 30 | 0 | 72 | 6 | 125 | 122 | 103 |
| Binary | 10110111 | 11110000 | 1100101 | 11000 | 0 | 111010 | 110 | 1010101 | 1010010 | 1000011 |
Color Harmonies of #B7F065
Complementary color
Monochromatic Colors of #B7F065
Black with #B7F065
Text Example
Text Example
White with #B7F065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F065; }
p { color: rgb(183,240,101); }
H1.HeaderClassName
{
color: #B7F065;
}
.AnyTagClassName
{
color: #B7F065;
}
</style>
background-color css
<style>
a { background-color: #B7F065; }
a { background-color: rgb(183,240,101); }
div.DivClassName
{
background-color: #B7F065;
}
.BgClassName
{
background-color: #B7F065;
}
</style>
border-color css
<style>
span { border-color: #B7F065; }
span { border-color: rgb(183,240,101); }
td.TdClassName
{
border-color: #B7F065;
}
.TagClassName
{
border-color: #B7F065;
}
</style>