Shades of Conifer #B2E648
Tints of Conifer #B2E648
RGB
CMYK
RGB Variations
Color information
#B2E648 (or 0xB2E648) is known color: Conifer. HEX triplet: B2, E6 and 48. RGB value is (178,230,72). Sum of RGB (Red+Green+Blue) = 178+230+72=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E648 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2E648 is #4D19B7. Grayscale: #C5C5C5. Windows color (decimal): -5052856 or 4777650. OLE color: 4777650.
HSL color Cylindrical-coordinate representation of color #B2E648: hue angle of 79.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2E648 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 230 | 72 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.10 |
| HSL | 79.75º | 0.76% | 0.59% | - |
| HSV(B) | 79.75º | 0.69% | 0.9% | - |
| XYZ | 47.83 | 66.53 | 16.45 | - |
| YUV | 196.44 | 57.77 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 72 | 0.23 | 0 | 0.69 | 0.10 | 79.75 | 0.76 | 0.59 |
| Hex | B2 | E6 | 48 | 17 | 0 | 45 | A | 50 | 4C | 3B |
| Octal | 262 | 346 | 110 | 27 | 0 | 105 | 12 | 120 | 114 | 73 |
| Binary | 10110010 | 11100110 | 1001000 | 10111 | 0 | 1000101 | 1010 | 1010000 | 1001100 | 111011 |
Color Harmonies of #B2E648
Complementary color
Monochromatic Colors of #B2E648
Black with #B2E648
Text Example
Text Example
White with #B2E648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E648; }
p { color: rgb(178,230,72); }
H1.HeaderClassName
{
color: #B2E648;
}
.AnyTagClassName
{
color: #B2E648;
}
</style>
background-color css
<style>
a { background-color: #B2E648; }
a { background-color: rgb(178,230,72); }
div.DivClassName
{
background-color: #B2E648;
}
.BgClassName
{
background-color: #B2E648;
}
</style>
border-color css
<style>
span { border-color: #B2E648; }
span { border-color: rgb(178,230,72); }
td.TdClassName
{
border-color: #B2E648;
}
.TagClassName
{
border-color: #B2E648;
}
</style>