Shades of Conifer #B1E647
Tints of Conifer #B1E647
RGB
CMYK
RGB Variations
Color information
#B1E647 (or 0xB1E647) is known color: Conifer. HEX triplet: B1, E6 and 47. RGB value is (177,230,71). Sum of RGB (Red+Green+Blue) = 177+230+71=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E647 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1E647 is #4E19B8. Grayscale: #C4C4C4. Windows color (decimal): -5118393 or 4712113. OLE color: 4712113.
HSL color Cylindrical-coordinate representation of color #B1E647: hue angle of 80º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1E647 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 230 | 71 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.10 |
| HSL | 80º | 0.76% | 0.59% | - |
| HSV(B) | 80º | 0.69% | 0.9% | - |
| XYZ | 47.57 | 66.4 | 16.27 | - |
| YUV | 196.03 | 57.44 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 230 | 71 | 0.23 | 0 | 0.69 | 0.10 | 80 | 0.76 | 0.59 |
| Hex | B1 | E6 | 47 | 17 | 0 | 45 | A | 50 | 4C | 3B |
| Octal | 261 | 346 | 107 | 27 | 0 | 105 | 12 | 120 | 114 | 73 |
| Binary | 10110001 | 11100110 | 1000111 | 10111 | 0 | 1000101 | 1010 | 1010000 | 1001100 | 111011 |
Color Harmonies of #B1E647
Complementary color
Monochromatic Colors of #B1E647
Black with #B1E647
Text Example
Text Example
White with #B1E647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E647; }
p { color: rgb(177,230,71); }
H1.HeaderClassName
{
color: #B1E647;
}
.AnyTagClassName
{
color: #B1E647;
}
</style>
background-color css
<style>
a { background-color: #B1E647; }
a { background-color: rgb(177,230,71); }
div.DivClassName
{
background-color: #B1E647;
}
.BgClassName
{
background-color: #B1E647;
}
</style>
border-color css
<style>
span { border-color: #B1E647; }
span { border-color: rgb(177,230,71); }
td.TdClassName
{
border-color: #B1E647;
}
.TagClassName
{
border-color: #B1E647;
}
</style>