Shades of Conifer #B3EF5E
Tints of Conifer #B3EF5E
RGB
CMYK
RGB Variations
Color information
#B3EF5E (or 0xB3EF5E) is known color: Conifer. HEX triplet: B3, EF and 5E. RGB value is (179,239,94). Sum of RGB (Red+Green+Blue) = 179+239+94=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3EF5E is #4C10A1. Grayscale: #CDCDCD. Windows color (decimal): -4984994 or 6221747. OLE color: 6221747.
HSL color Cylindrical-coordinate representation of color #B3EF5E: hue angle of 84.83º degrees, saturation: 0.82, 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 #B3EF5E is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 239 | 94 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.06 |
| HSL | 84.83º | 0.82% | 0.65% | - |
| HSV(B) | 84.83º | 0.61% | 0.94% | - |
| XYZ | 51.48 | 72.12 | 21.8 | - |
| YUV | 204.53 | 65.62 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 94 | 0.25 | 0 | 0.61 | 0.06 | 84.83 | 0.82 | 0.65 |
| Hex | B3 | EF | 5E | 19 | 0 | 3D | 6 | 55 | 52 | 41 |
| Octal | 263 | 357 | 136 | 31 | 0 | 75 | 6 | 125 | 122 | 101 |
| Binary | 10110011 | 11101111 | 1011110 | 11001 | 0 | 111101 | 110 | 1010101 | 1010010 | 1000001 |
Color Harmonies of #B3EF5E
Complementary color
Monochromatic Colors of #B3EF5E
Black with #B3EF5E
Text Example
Text Example
White with #B3EF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EF5E; }
p { color: rgb(179,239,94); }
H1.HeaderClassName
{
color: #B3EF5E;
}
.AnyTagClassName
{
color: #B3EF5E;
}
</style>
background-color css
<style>
a { background-color: #B3EF5E; }
a { background-color: rgb(179,239,94); }
div.DivClassName
{
background-color: #B3EF5E;
}
.BgClassName
{
background-color: #B3EF5E;
}
</style>
border-color css
<style>
span { border-color: #B3EF5E; }
span { border-color: rgb(179,239,94); }
td.TdClassName
{
border-color: #B3EF5E;
}
.TagClassName
{
border-color: #B3EF5E;
}
</style>