Shades of Conifer #B2F65D
Tints of Conifer #B2F65D
RGB
CMYK
RGB Variations
Color information
#B2F65D (or 0xB2F65D) is known color: Conifer. HEX triplet: B2, F6 and 5D. RGB value is (178,246,93). Sum of RGB (Red+Green+Blue) = 178+246+93=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F65D is #4D09A2. Grayscale: #D0D0D0. Windows color (decimal): -5048739 or 6158002. OLE color: 6158002.
HSL color Cylindrical-coordinate representation of color #B2F65D: hue angle of 86.67º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2F65D is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 93 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.04 |
| HSL | 86.67º | 0.89% | 0.66% | - |
| HSV(B) | 86.67º | 0.62% | 0.96% | - |
| XYZ | 53.29 | 76.17 | 22.25 | - |
| YUV | 208.23 | 62.97 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 93 | 0.28 | 0 | 0.62 | 0.04 | 86.67 | 0.89 | 0.66 |
| Hex | B2 | F6 | 5D | 1C | 0 | 3E | 4 | 57 | 59 | 42 |
| Octal | 262 | 366 | 135 | 34 | 0 | 76 | 4 | 127 | 131 | 102 |
| Binary | 10110010 | 11110110 | 1011101 | 11100 | 0 | 111110 | 100 | 1010111 | 1011001 | 1000010 |
Color Harmonies of #B2F65D
Complementary color
Monochromatic Colors of #B2F65D
Black with #B2F65D
Text Example
Text Example
White with #B2F65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F65D; }
p { color: rgb(178,246,93); }
H1.HeaderClassName
{
color: #B2F65D;
}
.AnyTagClassName
{
color: #B2F65D;
}
</style>
background-color css
<style>
a { background-color: #B2F65D; }
a { background-color: rgb(178,246,93); }
div.DivClassName
{
background-color: #B2F65D;
}
.BgClassName
{
background-color: #B2F65D;
}
</style>
border-color css
<style>
span { border-color: #B2F65D; }
span { border-color: rgb(178,246,93); }
td.TdClassName
{
border-color: #B2F65D;
}
.TagClassName
{
border-color: #B2F65D;
}
</style>