Shades of Conifer #BFEE62
Tints of Conifer #BFEE62
RGB
CMYK
RGB Variations
Color information
#BFEE62 (or 0xBFEE62) is known color: Conifer. HEX triplet: BF, EE and 62. RGB value is (191,238,98). Sum of RGB (Red+Green+Blue) = 191+238+98=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE62 is #40119D. Grayscale: #D0D0D0. Windows color (decimal): -4198814 or 6483647. OLE color: 6483647.
HSL color Cylindrical-coordinate representation of color #BFEE62: hue angle of 80.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFEE62 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 98 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.07 |
| HSL | 80.14º | 0.8% | 0.66% | - |
| HSV(B) | 80.14º | 0.59% | 0.93% | - |
| XYZ | 54.27 | 73.11 | 22.81 | - |
| YUV | 207.99 | 65.93 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 98 | 0.20 | 0 | 0.59 | 0.07 | 80.14 | 0.8 | 0.66 |
| Hex | BF | EE | 62 | 14 | 0 | 3B | 7 | 50 | 50 | 42 |
| Octal | 277 | 356 | 142 | 24 | 0 | 73 | 7 | 120 | 120 | 102 |
| Binary | 10111111 | 11101110 | 1100010 | 10100 | 0 | 111011 | 111 | 1010000 | 1010000 | 1000010 |
Color Harmonies of #BFEE62
Complementary color
Monochromatic Colors of #BFEE62
Black with #BFEE62
Text Example
Text Example
White with #BFEE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE62; }
p { color: rgb(191,238,98); }
H1.HeaderClassName
{
color: #BFEE62;
}
.AnyTagClassName
{
color: #BFEE62;
}
</style>
background-color css
<style>
a { background-color: #BFEE62; }
a { background-color: rgb(191,238,98); }
div.DivClassName
{
background-color: #BFEE62;
}
.BgClassName
{
background-color: #BFEE62;
}
</style>
border-color css
<style>
span { border-color: #BFEE62; }
span { border-color: rgb(191,238,98); }
td.TdClassName
{
border-color: #BFEE62;
}
.TagClassName
{
border-color: #BFEE62;
}
</style>