#BFE55F

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

Shades of Conifer #BFE55F

Tints of Conifer #BFE55F

Color information

#BFE55F (or 0xBFE55F) is unknown color: approx Conifer. HEX triplet: BF, E5 and 5F. RGB value is (191,229,95). Sum of RGB (Red+Green+Blue) = 191+229+95=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE55F is #401AA0. Grayscale: #CACACA. Windows color (decimal): -4201121 or 6284735. OLE color: 6284735.

HSL color Cylindrical-coordinate representation of color #BFE55F: hue angle of 77.01º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFE55F is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB19122995-
CMYK0.1700.590.10
HSL77.01º72.04%63.53%-
HSV(B)77.01º58.52%89.8%-
XYZ51.5767.9421.22-
YUV202.3667.41119.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 229 (89.84% from 255) = 44.47%
BLUE value IS 95 (37.5% from 255) = 18.45%
R=37.09%
G=44.47%
B=18.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal191229950.1700.590.1077.0172.0463.53
HexBFE55F1103BA4d4840
Octal2773451372107312115110100
Binary101111111110010110111111000101110111010100110110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE55F; }

 p { color: rgb(191,229,95); }

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

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

 a { background-color: rgb(191,229,95); }

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

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

 span { border-color: rgb(191,229,95); }

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