Shades of Conifer #B2E641
Tints of Conifer #B2E641
RGB
CMYK
RGB Variations
Color information
#B2E641 (or 0xB2E641) is known color: Conifer. HEX triplet: B2, E6 and 41. RGB value is (178,230,65). Sum of RGB (Red+Green+Blue) = 178+230+65=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E641 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2E641 is #4D19BE. Grayscale: #C4C4C4. Windows color (decimal): -5052863 or 4318898. OLE color: 4318898.
HSL color Cylindrical-coordinate representation of color #B2E641: hue angle of 78.91º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2E641 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 230 | 65 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.10 |
| HSL | 78.91º | 0.77% | 0.58% | - |
| HSV(B) | 78.91º | 0.72% | 0.9% | - |
| XYZ | 47.61 | 66.44 | 15.32 | - |
| YUV | 195.64 | 54.27 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 65 | 0.23 | 0 | 0.72 | 0.10 | 78.91 | 0.77 | 0.58 |
| Hex | B2 | E6 | 41 | 17 | 0 | 48 | A | 4F | 4D | 3A |
| Octal | 262 | 346 | 101 | 27 | 0 | 110 | 12 | 117 | 115 | 72 |
| Binary | 10110010 | 11100110 | 1000001 | 10111 | 0 | 1001000 | 1010 | 1001111 | 1001101 | 111010 |
Color Harmonies of #B2E641
Complementary color
Monochromatic Colors of #B2E641
Black with #B2E641
Text Example
Text Example
White with #B2E641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E641; }
p { color: rgb(178,230,65); }
H1.HeaderClassName
{
color: #B2E641;
}
.AnyTagClassName
{
color: #B2E641;
}
</style>
background-color css
<style>
a { background-color: #B2E641; }
a { background-color: rgb(178,230,65); }
div.DivClassName
{
background-color: #B2E641;
}
.BgClassName
{
background-color: #B2E641;
}
</style>
border-color css
<style>
span { border-color: #B2E641; }
span { border-color: rgb(178,230,65); }
td.TdClassName
{
border-color: #B2E641;
}
.TagClassName
{
border-color: #B2E641;
}
</style>