Shades of Conifer #B0F145
Tints of Conifer #B0F145
RGB
CMYK
RGB Variations
Color information
#B0F145 (or 0xB0F145) is known color: Conifer. HEX triplet: B0, F1 and 45. RGB value is (176,241,69). Sum of RGB (Red+Green+Blue) = 176+241+69=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F145 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F145 is #4F0EBA. Grayscale: #CACACA. Windows color (decimal): -5181115 or 4583856. OLE color: 4583856.
HSL color Cylindrical-coordinate representation of color #B0F145: hue angle of 82.67º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0F145 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 69 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.05 |
| HSL | 82.67º | 0.86% | 0.61% | - |
| HSV(B) | 82.67º | 0.71% | 0.95% | - |
| XYZ | 50.43 | 72.57 | 16.98 | - |
| YUV | 201.96 | 52.97 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 69 | 0.27 | 0 | 0.71 | 0.05 | 82.67 | 0.86 | 0.61 |
| Hex | B0 | F1 | 45 | 1B | 0 | 47 | 5 | 53 | 56 | 3D |
| Octal | 260 | 361 | 105 | 33 | 0 | 107 | 5 | 123 | 126 | 75 |
| Binary | 10110000 | 11110001 | 1000101 | 11011 | 0 | 1000111 | 101 | 1010011 | 1010110 | 111101 |
Color Harmonies of #B0F145
Complementary color
Monochromatic Colors of #B0F145
Black with #B0F145
Text Example
Text Example
White with #B0F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F145; }
p { color: rgb(176,241,69); }
H1.HeaderClassName
{
color: #B0F145;
}
.AnyTagClassName
{
color: #B0F145;
}
</style>
background-color css
<style>
a { background-color: #B0F145; }
a { background-color: rgb(176,241,69); }
div.DivClassName
{
background-color: #B0F145;
}
.BgClassName
{
background-color: #B0F145;
}
</style>
border-color css
<style>
span { border-color: #B0F145; }
span { border-color: rgb(176,241,69); }
td.TdClassName
{
border-color: #B0F145;
}
.TagClassName
{
border-color: #B0F145;
}
</style>