Shades of Conifer #B2E13C
Tints of Conifer #B2E13C
RGB
CMYK
RGB Variations
Color information
#B2E13C (or 0xB2E13C) is known color: Conifer. HEX triplet: B2, E1 and 3C. RGB value is (178,225,60). Sum of RGB (Red+Green+Blue) = 178+225+60=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E13C is #4D1EC3. Grayscale: #C0C0C0. Windows color (decimal): -5054148 or 3989938. OLE color: 3989938.
HSL color Cylindrical-coordinate representation of color #B2E13C: hue angle of 77.09º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2E13C is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 60 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.12 |
| HSL | 77.09º | 0.73% | 0.56% | - |
| HSV(B) | 77.09º | 0.73% | 0.88% | - |
| XYZ | 46.1 | 63.64 | 14.13 | - |
| YUV | 192.14 | 53.43 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 60 | 0.21 | 0 | 0.73 | 0.12 | 77.09 | 0.73 | 0.56 |
| Hex | B2 | E1 | 3C | 15 | 0 | 49 | C | 4D | 49 | 38 |
| Octal | 262 | 341 | 74 | 25 | 0 | 111 | 14 | 115 | 111 | 70 |
| Binary | 10110010 | 11100001 | 111100 | 10101 | 0 | 1001001 | 1100 | 1001101 | 1001001 | 111000 |
Color Harmonies of #B2E13C
Complementary color
Monochromatic Colors of #B2E13C
Black with #B2E13C
Text Example
Text Example
White with #B2E13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E13C; }
p { color: rgb(178,225,60); }
H1.HeaderClassName
{
color: #B2E13C;
}
.AnyTagClassName
{
color: #B2E13C;
}
</style>
background-color css
<style>
a { background-color: #B2E13C; }
a { background-color: rgb(178,225,60); }
div.DivClassName
{
background-color: #B2E13C;
}
.BgClassName
{
background-color: #B2E13C;
}
</style>
border-color css
<style>
span { border-color: #B2E13C; }
span { border-color: rgb(178,225,60); }
td.TdClassName
{
border-color: #B2E13C;
}
.TagClassName
{
border-color: #B2E13C;
}
</style>