Shades of Conifer #B2F058
Tints of Conifer #B2F058
RGB
CMYK
RGB Variations
Color information
#B2F058 (or 0xB2F058) is known color: Conifer. HEX triplet: B2, F0 and 58. RGB value is (178,240,88). Sum of RGB (Red+Green+Blue) = 178+240+88=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F058 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F058 is #4D0FA7. Grayscale: #CCCCCC. Windows color (decimal): -5050280 or 5828786. OLE color: 5828786.
HSL color Cylindrical-coordinate representation of color #B2F058: hue angle of 84.47º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2F058 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 88 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.06 |
| HSL | 84.47º | 0.84% | 0.64% | - |
| HSV(B) | 84.47º | 0.63% | 0.94% | - |
| XYZ | 51.28 | 72.49 | 20.52 | - |
| YUV | 204.13 | 62.46 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 88 | 0.26 | 0 | 0.63 | 0.06 | 84.47 | 0.84 | 0.64 |
| Hex | B2 | F0 | 58 | 1A | 0 | 3F | 6 | 54 | 54 | 40 |
| Octal | 262 | 360 | 130 | 32 | 0 | 77 | 6 | 124 | 124 | 100 |
| Binary | 10110010 | 11110000 | 1011000 | 11010 | 0 | 111111 | 110 | 1010100 | 1010100 | 1000000 |
Color Harmonies of #B2F058
Complementary color
Monochromatic Colors of #B2F058
Black with #B2F058
Text Example
Text Example
White with #B2F058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F058; }
p { color: rgb(178,240,88); }
H1.HeaderClassName
{
color: #B2F058;
}
.AnyTagClassName
{
color: #B2F058;
}
</style>
background-color css
<style>
a { background-color: #B2F058; }
a { background-color: rgb(178,240,88); }
div.DivClassName
{
background-color: #B2F058;
}
.BgClassName
{
background-color: #B2F058;
}
</style>
border-color css
<style>
span { border-color: #B2F058; }
span { border-color: rgb(178,240,88); }
td.TdClassName
{
border-color: #B2F058;
}
.TagClassName
{
border-color: #B2F058;
}
</style>