Shades of Conifer #B2F652
Tints of Conifer #B2F652
RGB
CMYK
RGB Variations
Color information
#B2F652 (or 0xB2F652) is known color: Conifer. HEX triplet: B2, F6 and 52. RGB value is (178,246,82). Sum of RGB (Red+Green+Blue) = 178+246+82=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F652 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F652 is #4D09AD. Grayscale: #CFCFCF. Windows color (decimal): -5048750 or 5437106. OLE color: 5437106.
HSL color Cylindrical-coordinate representation of color #B2F652: hue angle of 84.88º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2F652 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 82 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.04 |
| HSL | 84.88º | 0.9% | 0.64% | - |
| HSV(B) | 84.88º | 0.67% | 0.96% | - |
| XYZ | 52.84 | 75.99 | 19.86 | - |
| YUV | 206.97 | 57.47 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 82 | 0.28 | 0 | 0.67 | 0.04 | 84.88 | 0.9 | 0.64 |
| Hex | B2 | F6 | 52 | 1C | 0 | 43 | 4 | 55 | 5A | 40 |
| Octal | 262 | 366 | 122 | 34 | 0 | 103 | 4 | 125 | 132 | 100 |
| Binary | 10110010 | 11110110 | 1010010 | 11100 | 0 | 1000011 | 100 | 1010101 | 1011010 | 1000000 |
Color Harmonies of #B2F652
Complementary color
Monochromatic Colors of #B2F652
Black with #B2F652
Text Example
Text Example
White with #B2F652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F652; }
p { color: rgb(178,246,82); }
H1.HeaderClassName
{
color: #B2F652;
}
.AnyTagClassName
{
color: #B2F652;
}
</style>
background-color css
<style>
a { background-color: #B2F652; }
a { background-color: rgb(178,246,82); }
div.DivClassName
{
background-color: #B2F652;
}
.BgClassName
{
background-color: #B2F652;
}
</style>
border-color css
<style>
span { border-color: #B2F652; }
span { border-color: rgb(178,246,82); }
td.TdClassName
{
border-color: #B2F652;
}
.TagClassName
{
border-color: #B2F652;
}
</style>