Shades of Conifer #B2EF5E
Tints of Conifer #B2EF5E
RGB
CMYK
RGB Variations
Color information
#B2EF5E (or 0xB2EF5E) is known color: Conifer. HEX triplet: B2, EF and 5E. RGB value is (178,239,94). Sum of RGB (Red+Green+Blue) = 178+239+94=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EF5E is #4D10A1. Grayscale: #CCCCCC. Windows color (decimal): -5050530 or 6221746. OLE color: 6221746.
HSL color Cylindrical-coordinate representation of color #B2EF5E: hue angle of 85.24º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2EF5E is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
RGB | 178 | 239 | 94 | - |
CMYK | 0.26 | 0 | 0.61 | 0.06 |
HSL | 85.24º | 0.82% | 0.65% | - |
HSV(B) | 85.24º | 0.61% | 0.94% | - |
XYZ | 51.25 | 72.01 | 21.79 | - |
YUV | 204.23 | 65.79 | 109.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 239 | 94 | 0.26 | 0 | 0.61 | 0.06 | 85.24 | 0.82 | 0.65 |
Hex | B2 | EF | 5E | 1A | 0 | 3D | 6 | 55 | 52 | 41 |
Octal | 262 | 357 | 136 | 32 | 0 | 75 | 6 | 125 | 122 | 101 |
Binary | 10110010 | 11101111 | 1011110 | 11010 | 0 | 111101 | 110 | 1010101 | 1010010 | 1000001 |
Color Harmonies of #B2EF5E
Complementary color
Monochromatic Colors of #B2EF5E
Black with #B2EF5E
Text Example
Text Example
White with #B2EF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EF5E; }
p { color: rgb(178,239,94); }
H1.HeaderClassName
{
color: #B2EF5E;
}
.AnyTagClassName
{
color: #B2EF5E;
}
</style>
background-color css
<style>
a { background-color: #B2EF5E; }
a { background-color: rgb(178,239,94); }
div.DivClassName
{
background-color: #B2EF5E;
}
.BgClassName
{
background-color: #B2EF5E;
}
</style>
border-color css
<style>
span { border-color: #B2EF5E; }
span { border-color: rgb(178,239,94); }
td.TdClassName
{
border-color: #B2EF5E;
}
.TagClassName
{
border-color: #B2EF5E;
}
</style>