Shades of Conifer #BFEE4E
Tints of Conifer #BFEE4E
RGB
CMYK
RGB Variations
Color information
#BFEE4E (or 0xBFEE4E) is known color: Conifer. HEX triplet: BF, EE and 4E. RGB value is (191,238,78). Sum of RGB (Red+Green+Blue) = 191+238+78=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 78 (30.86% from 255 or 15.38% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE4E is #4011B1. Grayscale: #CECECE. Windows color (decimal): -4198834 or 5172927. OLE color: 5172927.
HSL color Cylindrical-coordinate representation of color #BFEE4E: hue angle of 77.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFEE4E is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 78 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.07 |
| HSL | 77.63º | 0.82% | 0.62% | - |
| HSV(B) | 77.63º | 0.67% | 0.93% | - |
| XYZ | 53.44 | 72.78 | 18.44 | - |
| YUV | 205.71 | 55.93 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 78 | 0.20 | 0 | 0.67 | 0.07 | 77.63 | 0.82 | 0.62 |
| Hex | BF | EE | 4E | 14 | 0 | 43 | 7 | 4E | 52 | 3E |
| Octal | 277 | 356 | 116 | 24 | 0 | 103 | 7 | 116 | 122 | 76 |
| Binary | 10111111 | 11101110 | 1001110 | 10100 | 0 | 1000011 | 111 | 1001110 | 1010010 | 111110 |
Color Harmonies of #BFEE4E
Complementary color
Monochromatic Colors of #BFEE4E
Black with #BFEE4E
Text Example
Text Example
White with #BFEE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE4E; }
p { color: rgb(191,238,78); }
H1.HeaderClassName
{
color: #BFEE4E;
}
.AnyTagClassName
{
color: #BFEE4E;
}
</style>
background-color css
<style>
a { background-color: #BFEE4E; }
a { background-color: rgb(191,238,78); }
div.DivClassName
{
background-color: #BFEE4E;
}
.BgClassName
{
background-color: #BFEE4E;
}
</style>
border-color css
<style>
span { border-color: #BFEE4E; }
span { border-color: rgb(191,238,78); }
td.TdClassName
{
border-color: #BFEE4E;
}
.TagClassName
{
border-color: #BFEE4E;
}
</style>