Shades of Conifer #B2ED5B
Tints of Conifer #B2ED5B
RGB
CMYK
RGB Variations
Color information
#B2ED5B (or 0xB2ED5B) is known color: Conifer. HEX triplet: B2, ED and 5B. RGB value is (178,237,91). Sum of RGB (Red+Green+Blue) = 178+237+91=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2ED5B is #4D12A4. Grayscale: #CBCBCB. Windows color (decimal): -5051045 or 6024626. OLE color: 6024626.
HSL color Cylindrical-coordinate representation of color #B2ED5B: hue angle of 84.25º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2ED5B is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 91 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.07 |
| HSL | 84.25º | 0.8% | 0.64% | - |
| HSV(B) | 84.25º | 0.62% | 0.93% | - |
| XYZ | 50.53 | 70.79 | 20.9 | - |
| YUV | 202.72 | 64.95 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 91 | 0.25 | 0 | 0.62 | 0.07 | 84.25 | 0.8 | 0.64 |
| Hex | B2 | ED | 5B | 19 | 0 | 3E | 7 | 54 | 50 | 40 |
| Octal | 262 | 355 | 133 | 31 | 0 | 76 | 7 | 124 | 120 | 100 |
| Binary | 10110010 | 11101101 | 1011011 | 11001 | 0 | 111110 | 111 | 1010100 | 1010000 | 1000000 |
Color Harmonies of #B2ED5B
Complementary color
Monochromatic Colors of #B2ED5B
Black with #B2ED5B
Text Example
Text Example
White with #B2ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ED5B; }
p { color: rgb(178,237,91); }
H1.HeaderClassName
{
color: #B2ED5B;
}
.AnyTagClassName
{
color: #B2ED5B;
}
</style>
background-color css
<style>
a { background-color: #B2ED5B; }
a { background-color: rgb(178,237,91); }
div.DivClassName
{
background-color: #B2ED5B;
}
.BgClassName
{
background-color: #B2ED5B;
}
</style>
border-color css
<style>
span { border-color: #B2ED5B; }
span { border-color: rgb(178,237,91); }
td.TdClassName
{
border-color: #B2ED5B;
}
.TagClassName
{
border-color: #B2ED5B;
}
</style>