Shades of Conifer #BFEE4A
Tints of Conifer #BFEE4A
RGB
CMYK
RGB Variations
Color information
#BFEE4A (or 0xBFEE4A) is known color: Conifer. HEX triplet: BF, EE and 4A. RGB value is (191,238,74). Sum of RGB (Red+Green+Blue) = 191+238+74=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE4A is #4011B5. Grayscale: #CDCDCD. Windows color (decimal): -4198838 or 4910783. OLE color: 4910783.
HSL color Cylindrical-coordinate representation of color #BFEE4A: hue angle of 77.2º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFEE4A is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 74 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.07 |
| HSL | 77.2º | 0.83% | 0.61% | - |
| HSV(B) | 77.2º | 0.69% | 0.93% | - |
| XYZ | 53.3 | 72.72 | 17.71 | - |
| YUV | 205.25 | 53.93 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 74 | 0.20 | 0 | 0.69 | 0.07 | 77.2 | 0.83 | 0.61 |
| Hex | BF | EE | 4A | 14 | 0 | 45 | 7 | 4D | 53 | 3D |
| Octal | 277 | 356 | 112 | 24 | 0 | 105 | 7 | 115 | 123 | 75 |
| Binary | 10111111 | 11101110 | 1001010 | 10100 | 0 | 1000101 | 111 | 1001101 | 1010011 | 111101 |
Color Harmonies of #BFEE4A
Complementary color
Monochromatic Colors of #BFEE4A
Black with #BFEE4A
Text Example
Text Example
White with #BFEE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE4A; }
p { color: rgb(191,238,74); }
H1.HeaderClassName
{
color: #BFEE4A;
}
.AnyTagClassName
{
color: #BFEE4A;
}
</style>
background-color css
<style>
a { background-color: #BFEE4A; }
a { background-color: rgb(191,238,74); }
div.DivClassName
{
background-color: #BFEE4A;
}
.BgClassName
{
background-color: #BFEE4A;
}
</style>
border-color css
<style>
span { border-color: #BFEE4A; }
span { border-color: rgb(191,238,74); }
td.TdClassName
{
border-color: #BFEE4A;
}
.TagClassName
{
border-color: #BFEE4A;
}
</style>