Shades of Conifer #B2F352
Tints of Conifer #B2F352
RGB
CMYK
RGB Variations
Color information
#B2F352 (or 0xB2F352) is known color: Conifer. HEX triplet: B2, F3 and 52. RGB value is (178,243,82). Sum of RGB (Red+Green+Blue) = 178+243+82=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F352 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F352 is #4D0CAD. Grayscale: #CDCDCD. Windows color (decimal): -5049518 or 5436338. OLE color: 5436338.
HSL color Cylindrical-coordinate representation of color #B2F352: hue angle of 84.22º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2F352 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 82 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.05 |
| HSL | 84.22º | 0.87% | 0.64% | - |
| HSV(B) | 84.22º | 0.66% | 0.95% | - |
| XYZ | 51.93 | 74.18 | 19.56 | - |
| YUV | 205.21 | 58.47 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 82 | 0.27 | 0 | 0.66 | 0.05 | 84.22 | 0.87 | 0.64 |
| Hex | B2 | F3 | 52 | 1B | 0 | 42 | 5 | 54 | 57 | 40 |
| Octal | 262 | 363 | 122 | 33 | 0 | 102 | 5 | 124 | 127 | 100 |
| Binary | 10110010 | 11110011 | 1010010 | 11011 | 0 | 1000010 | 101 | 1010100 | 1010111 | 1000000 |
Color Harmonies of #B2F352
Complementary color
Monochromatic Colors of #B2F352
Black with #B2F352
Text Example
Text Example
White with #B2F352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F352; }
p { color: rgb(178,243,82); }
H1.HeaderClassName
{
color: #B2F352;
}
.AnyTagClassName
{
color: #B2F352;
}
</style>
background-color css
<style>
a { background-color: #B2F352; }
a { background-color: rgb(178,243,82); }
div.DivClassName
{
background-color: #B2F352;
}
.BgClassName
{
background-color: #B2F352;
}
</style>
border-color css
<style>
span { border-color: #B2F352; }
span { border-color: rgb(178,243,82); }
td.TdClassName
{
border-color: #B2F352;
}
.TagClassName
{
border-color: #B2F352;
}
</style>