Shades of Conifer #B3F144
Tints of Conifer #B3F144
RGB
CMYK
RGB Variations
Color information
#B3F144 (or 0xB3F144) is known color: Conifer. HEX triplet: B3, F1 and 44. RGB value is (179,241,68). Sum of RGB (Red+Green+Blue) = 179+241+68=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3F144 is #4C0EBB. Grayscale: #CBCBCB. Windows color (decimal): -4984508 or 4518323. OLE color: 4518323.
HSL color Cylindrical-coordinate representation of color #B3F144: hue angle of 81.5º 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 #B3F144 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 68 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.05 |
| HSL | 81.5º | 0.86% | 0.61% | - |
| HSV(B) | 81.5º | 0.72% | 0.95% | - |
| XYZ | 51.09 | 72.91 | 16.85 | - |
| YUV | 202.74 | 51.96 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 68 | 0.26 | 0 | 0.72 | 0.05 | 81.5 | 0.86 | 0.61 |
| Hex | B3 | F1 | 44 | 1A | 0 | 48 | 5 | 52 | 56 | 3D |
| Octal | 263 | 361 | 104 | 32 | 0 | 110 | 5 | 122 | 126 | 75 |
| Binary | 10110011 | 11110001 | 1000100 | 11010 | 0 | 1001000 | 101 | 1010010 | 1010110 | 111101 |
Color Harmonies of #B3F144
Complementary color
Monochromatic Colors of #B3F144
Black with #B3F144
Text Example
Text Example
White with #B3F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F144; }
p { color: rgb(179,241,68); }
H1.HeaderClassName
{
color: #B3F144;
}
.AnyTagClassName
{
color: #B3F144;
}
</style>
background-color css
<style>
a { background-color: #B3F144; }
a { background-color: rgb(179,241,68); }
div.DivClassName
{
background-color: #B3F144;
}
.BgClassName
{
background-color: #B3F144;
}
</style>
border-color css
<style>
span { border-color: #B3F144; }
span { border-color: rgb(179,241,68); }
td.TdClassName
{
border-color: #B3F144;
}
.TagClassName
{
border-color: #B3F144;
}
</style>