Shades of Conifer #B2F144
Tints of Conifer #B2F144
RGB
CMYK
RGB Variations
Color information
#B2F144 (or 0xB2F144) is known color: Conifer. HEX triplet: B2, F1 and 44. RGB value is (178,241,68). Sum of RGB (Red+Green+Blue) = 178+241+68=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F144 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F144 is #4D0EBB. Grayscale: #CBCBCB. Windows color (decimal): -5050044 or 4518322. OLE color: 4518322.
HSL color Cylindrical-coordinate representation of color #B2F144: hue angle of 81.85º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2F144 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 68 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.05 |
| HSL | 81.85º | 0.86% | 0.61% | - |
| HSV(B) | 81.85º | 0.72% | 0.95% | - |
| XYZ | 50.86 | 72.79 | 16.84 | - |
| YUV | 202.44 | 52.13 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 68 | 0.26 | 0 | 0.72 | 0.05 | 81.85 | 0.86 | 0.61 |
| Hex | B2 | F1 | 44 | 1A | 0 | 48 | 5 | 52 | 56 | 3D |
| Octal | 262 | 361 | 104 | 32 | 0 | 110 | 5 | 122 | 126 | 75 |
| Binary | 10110010 | 11110001 | 1000100 | 11010 | 0 | 1001000 | 101 | 1010010 | 1010110 | 111101 |
Color Harmonies of #B2F144
Complementary color
Monochromatic Colors of #B2F144
Black with #B2F144
Text Example
Text Example
White with #B2F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F144; }
p { color: rgb(178,241,68); }
H1.HeaderClassName
{
color: #B2F144;
}
.AnyTagClassName
{
color: #B2F144;
}
</style>
background-color css
<style>
a { background-color: #B2F144; }
a { background-color: rgb(178,241,68); }
div.DivClassName
{
background-color: #B2F144;
}
.BgClassName
{
background-color: #B2F144;
}
</style>
border-color css
<style>
span { border-color: #B2F144; }
span { border-color: rgb(178,241,68); }
td.TdClassName
{
border-color: #B2F144;
}
.TagClassName
{
border-color: #B2F144;
}
</style>