Shades of Conifer #BFE74D
Tints of Conifer #BFE74D
RGB
CMYK
RGB Variations
Color information
#BFE74D (or 0xBFE74D) is known color: Conifer. HEX triplet: BF, E7 and 4D. RGB value is (191,231,77). Sum of RGB (Red+Green+Blue) = 191+231+77=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE74D is #4018B2. Grayscale: #CACACA. Windows color (decimal): -4200627 or 5105599. OLE color: 5105599.
HSL color Cylindrical-coordinate representation of color #BFE74D: hue angle of 75.58º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFE74D is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 77 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.09 |
| HSL | 75.58º | 0.76% | 0.6% | - |
| HSV(B) | 75.58º | 0.67% | 0.91% | - |
| XYZ | 51.4 | 68.76 | 17.58 | - |
| YUV | 201.48 | 57.75 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 77 | 0.17 | 0 | 0.67 | 0.09 | 75.58 | 0.76 | 0.6 |
| Hex | BF | E7 | 4D | 11 | 0 | 43 | 9 | 4C | 4C | 3C |
| Octal | 277 | 347 | 115 | 21 | 0 | 103 | 11 | 114 | 114 | 74 |
| Binary | 10111111 | 11100111 | 1001101 | 10001 | 0 | 1000011 | 1001 | 1001100 | 1001100 | 111100 |
Color Harmonies of #BFE74D
Complementary color
Monochromatic Colors of #BFE74D
Black with #BFE74D
Text Example
Text Example
White with #BFE74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE74D; }
p { color: rgb(191,231,77); }
H1.HeaderClassName
{
color: #BFE74D;
}
.AnyTagClassName
{
color: #BFE74D;
}
</style>
background-color css
<style>
a { background-color: #BFE74D; }
a { background-color: rgb(191,231,77); }
div.DivClassName
{
background-color: #BFE74D;
}
.BgClassName
{
background-color: #BFE74D;
}
</style>
border-color css
<style>
span { border-color: #BFE74D; }
span { border-color: rgb(191,231,77); }
td.TdClassName
{
border-color: #BFE74D;
}
.TagClassName
{
border-color: #BFE74D;
}
</style>