Shades of Conifer #B2DF62
Tints of Conifer #B2DF62
RGB
CMYK
RGB Variations
Color information
#B2DF62 (or 0xB2DF62) is known color: Conifer. HEX triplet: B2, DF and 62. RGB value is (178,223,98). Sum of RGB (Red+Green+Blue) = 178+223+98=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DF62 is #4D209D. Grayscale: #C3C3C3. Windows color (decimal): -5054622 or 6479794. OLE color: 6479794.
HSL color Cylindrical-coordinate representation of color #B2DF62: hue angle of 81.6º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2DF62 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 98 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.13 |
| HSL | 81.6º | 0.66% | 0.63% | - |
| HSV(B) | 81.6º | 0.56% | 0.87% | - |
| XYZ | 46.95 | 63.12 | 21.26 | - |
| YUV | 195.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 98 | 0.20 | 0 | 0.56 | 0.13 | 81.6 | 0.66 | 0.63 |
| Hex | B2 | DF | 62 | 14 | 0 | 38 | D | 52 | 42 | 3F |
| Octal | 262 | 337 | 142 | 24 | 0 | 70 | 15 | 122 | 102 | 77 |
| Binary | 10110010 | 11011111 | 1100010 | 10100 | 0 | 111000 | 1101 | 1010010 | 1000010 | 111111 |
Color Harmonies of #B2DF62
Complementary color
Monochromatic Colors of #B2DF62
Black with #B2DF62
Text Example
Text Example
White with #B2DF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DF62; }
p { color: rgb(178,223,98); }
H1.HeaderClassName
{
color: #B2DF62;
}
.AnyTagClassName
{
color: #B2DF62;
}
</style>
background-color css
<style>
a { background-color: #B2DF62; }
a { background-color: rgb(178,223,98); }
div.DivClassName
{
background-color: #B2DF62;
}
.BgClassName
{
background-color: #B2DF62;
}
</style>
border-color css
<style>
span { border-color: #B2DF62; }
span { border-color: rgb(178,223,98); }
td.TdClassName
{
border-color: #B2DF62;
}
.TagClassName
{
border-color: #B2DF62;
}
</style>