#BFE55E

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

Shades of Conifer #BFE55E

Tints of Conifer #BFE55E

Color information

#BFE55E (or 0xBFE55E) is unknown color: approx Conifer. HEX triplet: BF, E5 and 5E. RGB value is (191,229,94). Sum of RGB (Red+Green+Blue) = 191+229+94=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE55E is #401AA1. Grayscale: #CACACA. Windows color (decimal): -4201122 or 6219199. OLE color: 6219199.

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

Color convert

RGB19122994-
CMYK0.1700.590.10
HSL76.89º72.19%63.33%-
HSV(B)76.89º58.95%89.8%-
XYZ51.5367.9220.98-
YUV202.2566.91119.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 229 (89.84% from 255) = 44.55%
BLUE value IS 94 (37.11% from 255) = 18.29%
R=37.16%
G=44.55%
B=18.29%

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
Decimal191229940.1700.590.1076.8972.1963.33
HexBFE55E1103BA4d483f
Octal277345136210731211511077
Binary10111111111001011011110100010111011101010011011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE55E; }

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

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

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

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

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

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

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

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