Shades of Conifer #B7F85D
Tints of Conifer #B7F85D
RGB
CMYK
RGB Variations
Color information
#B7F85D (or 0xB7F85D) is known color: Conifer. HEX triplet: B7, F8 and 5D. RGB value is (183,248,93). Sum of RGB (Red+Green+Blue) = 183+248+93=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #B7F85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F85D is #4807A2. Grayscale: #D3D3D3. Windows color (decimal): -4720547 or 6158519. OLE color: 6158519.
HSL color Cylindrical-coordinate representation of color #B7F85D: hue angle of 85.16º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7F85D is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 248 | 93 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.03 |
| HSL | 85.16º | 0.92% | 0.67% | - |
| HSV(B) | 85.16º | 0.63% | 0.97% | - |
| XYZ | 55.07 | 77.99 | 22.51 | - |
| YUV | 210.9 | 61.47 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 248 | 93 | 0.26 | 0 | 0.62 | 0.03 | 85.16 | 0.92 | 0.67 |
| Hex | B7 | F8 | 5D | 1A | 0 | 3E | 3 | 55 | 5C | 43 |
| Octal | 267 | 370 | 135 | 32 | 0 | 76 | 3 | 125 | 134 | 103 |
| Binary | 10110111 | 11111000 | 1011101 | 11010 | 0 | 111110 | 11 | 1010101 | 1011100 | 1000011 |
Color Harmonies of #B7F85D
Complementary color
Monochromatic Colors of #B7F85D
Black with #B7F85D
Text Example
Text Example
White with #B7F85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F85D; }
p { color: rgb(183,248,93); }
H1.HeaderClassName
{
color: #B7F85D;
}
.AnyTagClassName
{
color: #B7F85D;
}
</style>
background-color css
<style>
a { background-color: #B7F85D; }
a { background-color: rgb(183,248,93); }
div.DivClassName
{
background-color: #B7F85D;
}
.BgClassName
{
background-color: #B7F85D;
}
</style>
border-color css
<style>
span { border-color: #B7F85D; }
span { border-color: rgb(183,248,93); }
td.TdClassName
{
border-color: #B7F85D;
}
.TagClassName
{
border-color: #B7F85D;
}
</style>