Shades of Conifer #B2E63D
Tints of Conifer #B2E63D
RGB
CMYK
RGB Variations
Color information
#B2E63D (or 0xB2E63D) is known color: Conifer. HEX triplet: B2, E6 and 3D. RGB value is (178,230,61). Sum of RGB (Red+Green+Blue) = 178+230+61=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E63D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2E63D is #4D19C2. Grayscale: #C3C3C3. Windows color (decimal): -5052867 or 4056754. OLE color: 4056754.
HSL color Cylindrical-coordinate representation of color #B2E63D: hue angle of 78.46º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2E63D is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 230 | 61 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.10 |
| HSL | 78.46º | 0.77% | 0.57% | - |
| HSV(B) | 78.46º | 0.73% | 0.9% | - |
| XYZ | 47.5 | 66.4 | 14.73 | - |
| YUV | 195.19 | 52.27 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 61 | 0.23 | 0 | 0.73 | 0.10 | 78.46 | 0.77 | 0.57 |
| Hex | B2 | E6 | 3D | 17 | 0 | 49 | A | 4E | 4D | 39 |
| Octal | 262 | 346 | 75 | 27 | 0 | 111 | 12 | 116 | 115 | 71 |
| Binary | 10110010 | 11100110 | 111101 | 10111 | 0 | 1001001 | 1010 | 1001110 | 1001101 | 111001 |
Color Harmonies of #B2E63D
Complementary color
Monochromatic Colors of #B2E63D
Black with #B2E63D
Text Example
Text Example
White with #B2E63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E63D; }
p { color: rgb(178,230,61); }
H1.HeaderClassName
{
color: #B2E63D;
}
.AnyTagClassName
{
color: #B2E63D;
}
</style>
background-color css
<style>
a { background-color: #B2E63D; }
a { background-color: rgb(178,230,61); }
div.DivClassName
{
background-color: #B2E63D;
}
.BgClassName
{
background-color: #B2E63D;
}
</style>
border-color css
<style>
span { border-color: #B2E63D; }
span { border-color: rgb(178,230,61); }
td.TdClassName
{
border-color: #B2E63D;
}
.TagClassName
{
border-color: #B2E63D;
}
</style>