#bffa4f

Color #BFFA4F Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BFFA4F

Tints of Conifer #BFFA4F

Color information

#BFFA4F (or 0xBFFA4F) is unknown color: approx Conifer. HEX triplet: BF, FA and 4F. RGB value is (191,250,79). Sum of RGB (Red+Green+Blue) = 191+250+79=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 79 (31.25% from 255 or 15.19% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFA4F is #4005B0. Grayscale: #D5D5D5. Windows color (decimal): -4195761 or 5241535. OLE color: 5241535.

HSL color Cylindrical-coordinate representation of color #BFFA4F: hue angle of 80.7º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFFA4F is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB19125079-
CMYK0.2400.680.02
HSL80.7º94.48%64.51%-
HSV(B)80.7º68.4%98.04%-
XYZ57.0880.0119.83-
YUV212.8652.45112.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 250 (98.05% from 255) = 48.08%
BLUE value IS 79 (31.25% from 255) = 15.19%
R=36.73%
G=48.08%
B=15.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191250790.2400.680.0280.794.4864.51
HexBFFA4F180442515e41
Octal2773721173001042121136101
Binary10111111111110101001111110000100010010101000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bffa4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bffa4f; }

 p { color: rgb(191,250,79); }

 H1.HeaderClassName
 {
   color: #bffa4f;
 }
 .AnyTagClassName
 {
   color: #bffa4f;
 }
</style>
background-color css

<style>
 a { background-color: #bffa4f; }

 a { background-color: rgb(191,250,79); }

 div.DivClassName
 {
   background-color: #bffa4f;
 }
 .BgClassName
 {
   background-color: #bffa4f;
 }
</style>
border-color css

<style>
 span { border-color: #bffa4f; }

 span { border-color: rgb(191,250,79); }

 td.TdClassName
 {
   border-color: #bffa4f;
 }
 .TagClassName
 {
   border-color: #bffa4f;
 }
</style>