Shades of Conifer #B2EE58
Tints of Conifer #B2EE58
RGB
CMYK
RGB Variations
Color information
#B2EE58 (or 0xB2EE58) is known color: Conifer. HEX triplet: B2, EE and 58. RGB value is (178,238,88). Sum of RGB (Red+Green+Blue) = 178+238+88=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EE58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EE58 is #4D11A7. Grayscale: #CBCBCB. Windows color (decimal): -5050792 or 5828274. OLE color: 5828274.
HSL color Cylindrical-coordinate representation of color #B2EE58: hue angle of 84º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2EE58 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 88 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.07 |
| HSL | 84º | 0.82% | 0.64% | - |
| HSV(B) | 84º | 0.63% | 0.93% | - |
| XYZ | 50.7 | 71.32 | 20.33 | - |
| YUV | 202.96 | 63.12 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 88 | 0.25 | 0 | 0.63 | 0.07 | 84 | 0.82 | 0.64 |
| Hex | B2 | EE | 58 | 19 | 0 | 3F | 7 | 54 | 52 | 40 |
| Octal | 262 | 356 | 130 | 31 | 0 | 77 | 7 | 124 | 122 | 100 |
| Binary | 10110010 | 11101110 | 1011000 | 11001 | 0 | 111111 | 111 | 1010100 | 1010010 | 1000000 |
Color Harmonies of #B2EE58
Complementary color
Monochromatic Colors of #B2EE58
Black with #B2EE58
Text Example
Text Example
White with #B2EE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EE58; }
p { color: rgb(178,238,88); }
H1.HeaderClassName
{
color: #B2EE58;
}
.AnyTagClassName
{
color: #B2EE58;
}
</style>
background-color css
<style>
a { background-color: #B2EE58; }
a { background-color: rgb(178,238,88); }
div.DivClassName
{
background-color: #B2EE58;
}
.BgClassName
{
background-color: #B2EE58;
}
</style>
border-color css
<style>
span { border-color: #B2EE58; }
span { border-color: rgb(178,238,88); }
td.TdClassName
{
border-color: #B2EE58;
}
.TagClassName
{
border-color: #B2EE58;
}
</style>