Shades of Conifer #B2ED42
Tints of Conifer #B2ED42
RGB
CMYK
RGB Variations
Color information
#B2ED42 (or 0xB2ED42) is known color: Conifer. HEX triplet: B2, ED and 42. RGB value is (178,237,66). Sum of RGB (Red+Green+Blue) = 178+237+66=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2ED42 is #4D12BD. Grayscale: #C8C8C8. Windows color (decimal): -5051070 or 4386226. OLE color: 4386226.
HSL color Cylindrical-coordinate representation of color #B2ED42: hue angle of 80.7º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2ED42 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 66 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.07 |
| HSL | 80.7º | 0.83% | 0.59% | - |
| HSV(B) | 80.7º | 0.72% | 0.93% | - |
| XYZ | 49.63 | 70.43 | 16.13 | - |
| YUV | 199.87 | 52.45 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 66 | 0.25 | 0 | 0.72 | 0.07 | 80.7 | 0.83 | 0.59 |
| Hex | B2 | ED | 42 | 19 | 0 | 48 | 7 | 51 | 53 | 3B |
| Octal | 262 | 355 | 102 | 31 | 0 | 110 | 7 | 121 | 123 | 73 |
| Binary | 10110010 | 11101101 | 1000010 | 11001 | 0 | 1001000 | 111 | 1010001 | 1010011 | 111011 |
Color Harmonies of #B2ED42
Complementary color
Monochromatic Colors of #B2ED42
Black with #B2ED42
Text Example
Text Example
White with #B2ED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ED42; }
p { color: rgb(178,237,66); }
H1.HeaderClassName
{
color: #B2ED42;
}
.AnyTagClassName
{
color: #B2ED42;
}
</style>
background-color css
<style>
a { background-color: #B2ED42; }
a { background-color: rgb(178,237,66); }
div.DivClassName
{
background-color: #B2ED42;
}
.BgClassName
{
background-color: #B2ED42;
}
</style>
border-color css
<style>
span { border-color: #B2ED42; }
span { border-color: rgb(178,237,66); }
td.TdClassName
{
border-color: #B2ED42;
}
.TagClassName
{
border-color: #B2ED42;
}
</style>