Shades of Conifer #B7F366
Tints of Conifer #B7F366
RGB
CMYK
RGB Variations
Color information
#B7F366 (or 0xB7F366) is known color: Conifer. HEX triplet: B7, F3 and 66. RGB value is (183,243,102). Sum of RGB (Red+Green+Blue) = 183+243+102=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F366 is #480C99. Grayscale: #D1D1D1. Windows color (decimal): -4721818 or 6747063. OLE color: 6747063.
HSL color Cylindrical-coordinate representation of color #B7F366: hue angle of 85.53º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7F366 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 243 | 102 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.05 |
| HSL | 85.53º | 0.85% | 0.68% | - |
| HSV(B) | 85.53º | 0.58% | 0.95% | - |
| XYZ | 53.98 | 75.13 | 24.23 | - |
| YUV | 208.99 | 67.62 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 243 | 102 | 0.25 | 0 | 0.58 | 0.05 | 85.53 | 0.85 | 0.68 |
| Hex | B7 | F3 | 66 | 19 | 0 | 3A | 5 | 56 | 55 | 44 |
| Octal | 267 | 363 | 146 | 31 | 0 | 72 | 5 | 126 | 125 | 104 |
| Binary | 10110111 | 11110011 | 1100110 | 11001 | 0 | 111010 | 101 | 1010110 | 1010101 | 1000100 |
Color Harmonies of #B7F366
Complementary color
Monochromatic Colors of #B7F366
Black with #B7F366
Text Example
Text Example
White with #B7F366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F366; }
p { color: rgb(183,243,102); }
H1.HeaderClassName
{
color: #B7F366;
}
.AnyTagClassName
{
color: #B7F366;
}
</style>
background-color css
<style>
a { background-color: #B7F366; }
a { background-color: rgb(183,243,102); }
div.DivClassName
{
background-color: #B7F366;
}
.BgClassName
{
background-color: #B7F366;
}
</style>
border-color css
<style>
span { border-color: #B7F366; }
span { border-color: rgb(183,243,102); }
td.TdClassName
{
border-color: #B7F366;
}
.TagClassName
{
border-color: #B7F366;
}
</style>