Shades of Conifer #B0F252
Tints of Conifer #B0F252
RGB
CMYK
RGB Variations
Color information
#B0F252 (or 0xB0F252) is known color: Conifer. HEX triplet: B0, F2 and 52. RGB value is (176,242,82). Sum of RGB (Red+Green+Blue) = 176+242+82=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F252 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F252 is #4F0DAD. Grayscale: #CCCCCC. Windows color (decimal): -5180846 or 5436080. OLE color: 5436080.
HSL color Cylindrical-coordinate representation of color #B0F252: hue angle of 84.75º degrees, saturation: 0.86, 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 #B0F252 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 82 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.05 |
| HSL | 84.75º | 0.86% | 0.64% | - |
| HSV(B) | 84.75º | 0.66% | 0.95% | - |
| XYZ | 51.18 | 73.34 | 19.44 | - |
| YUV | 204.03 | 59.13 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 82 | 0.27 | 0 | 0.66 | 0.05 | 84.75 | 0.86 | 0.64 |
| Hex | B0 | F2 | 52 | 1B | 0 | 42 | 5 | 55 | 56 | 40 |
| Octal | 260 | 362 | 122 | 33 | 0 | 102 | 5 | 125 | 126 | 100 |
| Binary | 10110000 | 11110010 | 1010010 | 11011 | 0 | 1000010 | 101 | 1010101 | 1010110 | 1000000 |
Color Harmonies of #B0F252
Complementary color
Monochromatic Colors of #B0F252
Black with #B0F252
Text Example
Text Example
White with #B0F252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F252; }
p { color: rgb(176,242,82); }
H1.HeaderClassName
{
color: #B0F252;
}
.AnyTagClassName
{
color: #B0F252;
}
</style>
background-color css
<style>
a { background-color: #B0F252; }
a { background-color: rgb(176,242,82); }
div.DivClassName
{
background-color: #B0F252;
}
.BgClassName
{
background-color: #B0F252;
}
</style>
border-color css
<style>
span { border-color: #B0F252; }
span { border-color: rgb(176,242,82); }
td.TdClassName
{
border-color: #B0F252;
}
.TagClassName
{
border-color: #B0F252;
}
</style>