Shades of Conifer #B0F05D
Tints of Conifer #B0F05D
RGB
CMYK
RGB Variations
Color information
#B0F05D (or 0xB0F05D) is known color: Conifer. HEX triplet: B0, F0 and 5D. RGB value is (176,240,93). Sum of RGB (Red+Green+Blue) = 176+240+93=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F05D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F05D is #4F0FA2. Grayscale: #CCCCCC. Windows color (decimal): -5181347 or 6156464. OLE color: 6156464.
HSL color Cylindrical-coordinate representation of color #B0F05D: hue angle of 86.12º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0F05D is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 93 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.06 |
| HSL | 86.12º | 0.83% | 0.65% | - |
| HSV(B) | 86.12º | 0.61% | 0.94% | - |
| XYZ | 51.04 | 72.34 | 21.63 | - |
| YUV | 204.11 | 65.3 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 93 | 0.27 | 0 | 0.61 | 0.06 | 86.12 | 0.83 | 0.65 |
| Hex | B0 | F0 | 5D | 1B | 0 | 3D | 6 | 56 | 53 | 41 |
| Octal | 260 | 360 | 135 | 33 | 0 | 75 | 6 | 126 | 123 | 101 |
| Binary | 10110000 | 11110000 | 1011101 | 11011 | 0 | 111101 | 110 | 1010110 | 1010011 | 1000001 |
Color Harmonies of #B0F05D
Complementary color
Monochromatic Colors of #B0F05D
Black with #B0F05D
Text Example
Text Example
White with #B0F05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F05D; }
p { color: rgb(176,240,93); }
H1.HeaderClassName
{
color: #B0F05D;
}
.AnyTagClassName
{
color: #B0F05D;
}
</style>
background-color css
<style>
a { background-color: #B0F05D; }
a { background-color: rgb(176,240,93); }
div.DivClassName
{
background-color: #B0F05D;
}
.BgClassName
{
background-color: #B0F05D;
}
</style>
border-color css
<style>
span { border-color: #B0F05D; }
span { border-color: rgb(176,240,93); }
td.TdClassName
{
border-color: #B0F05D;
}
.TagClassName
{
border-color: #B0F05D;
}
</style>