Shades of Conifer #B0F353
Tints of Conifer #B0F353
RGB
CMYK
RGB Variations
Color information
#B0F353 (or 0xB0F353) is known color: Conifer. HEX triplet: B0, F3 and 53. RGB value is (176,243,83). Sum of RGB (Red+Green+Blue) = 176+243+83=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F353 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F353 is #4F0CAC. Grayscale: #CDCDCD. Windows color (decimal): -5180589 or 5501872. OLE color: 5501872.
HSL color Cylindrical-coordinate representation of color #B0F353: hue angle of 85.12º 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 #B0F353 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 83 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.05 |
| HSL | 85.13º | 0.87% | 0.64% | - |
| HSV(B) | 85.13º | 0.66% | 0.95% | - |
| XYZ | 51.52 | 73.96 | 19.74 | - |
| YUV | 204.73 | 59.3 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 83 | 0.28 | 0 | 0.66 | 0.05 | 85.13 | 0.87 | 0.64 |
| Hex | B0 | F3 | 53 | 1C | 0 | 42 | 5 | 55 | 57 | 40 |
| Octal | 260 | 363 | 123 | 34 | 0 | 102 | 5 | 125 | 127 | 100 |
| Binary | 10110000 | 11110011 | 1010011 | 11100 | 0 | 1000010 | 101 | 1010101 | 1010111 | 1000000 |
Color Harmonies of #B0F353
Complementary color
Monochromatic Colors of #B0F353
Black with #B0F353
Text Example
Text Example
White with #B0F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F353; }
p { color: rgb(176,243,83); }
H1.HeaderClassName
{
color: #B0F353;
}
.AnyTagClassName
{
color: #B0F353;
}
</style>
background-color css
<style>
a { background-color: #B0F353; }
a { background-color: rgb(176,243,83); }
div.DivClassName
{
background-color: #B0F353;
}
.BgClassName
{
background-color: #B0F353;
}
</style>
border-color css
<style>
span { border-color: #B0F353; }
span { border-color: rgb(176,243,83); }
td.TdClassName
{
border-color: #B0F353;
}
.TagClassName
{
border-color: #B0F353;
}
</style>