Shades of Conifer #B7F164
Tints of Conifer #B7F164
RGB
CMYK
RGB Variations
Color information
#B7F164 (or 0xB7F164) is known color: Conifer. HEX triplet: B7, F1 and 64. RGB value is (183,241,100). Sum of RGB (Red+Green+Blue) = 183+241+100=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F164 is #480E9B. Grayscale: #D0D0D0. Windows color (decimal): -4722332 or 6615479. OLE color: 6615479.
HSL color Cylindrical-coordinate representation of color #B7F164: hue angle of 84.68º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7F164 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 241 | 100 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.05 |
| HSL | 84.68º | 0.83% | 0.67% | - |
| HSV(B) | 84.68º | 0.59% | 0.95% | - |
| XYZ | 53.28 | 73.9 | 23.51 | - |
| YUV | 207.58 | 67.28 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 241 | 100 | 0.24 | 0 | 0.59 | 0.05 | 84.68 | 0.83 | 0.67 |
| Hex | B7 | F1 | 64 | 18 | 0 | 3B | 5 | 55 | 53 | 43 |
| Octal | 267 | 361 | 144 | 30 | 0 | 73 | 5 | 125 | 123 | 103 |
| Binary | 10110111 | 11110001 | 1100100 | 11000 | 0 | 111011 | 101 | 1010101 | 1010011 | 1000011 |
Color Harmonies of #B7F164
Complementary color
Monochromatic Colors of #B7F164
Black with #B7F164
Text Example
Text Example
White with #B7F164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F164; }
p { color: rgb(183,241,100); }
H1.HeaderClassName
{
color: #B7F164;
}
.AnyTagClassName
{
color: #B7F164;
}
</style>
background-color css
<style>
a { background-color: #B7F164; }
a { background-color: rgb(183,241,100); }
div.DivClassName
{
background-color: #B7F164;
}
.BgClassName
{
background-color: #B7F164;
}
</style>
border-color css
<style>
span { border-color: #B7F164; }
span { border-color: rgb(183,241,100); }
td.TdClassName
{
border-color: #B7F164;
}
.TagClassName
{
border-color: #B7F164;
}
</style>