#BFE549

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

Shades of Conifer #BFE549

Tints of Conifer #BFE549

Color information

#BFE549 (or 0xBFE549) is unknown color: approx Conifer. HEX triplet: BF, E5 and 49. RGB value is (191,229,73). Sum of RGB (Red+Green+Blue) = 191+229+73=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE549 is #401AB6. Grayscale: #C8C8C8. Windows color (decimal): -4201143 or 4842943. OLE color: 4842943.

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

Color convert

RGB19122973-
CMYK0.1700.680.10
HSL74.62º75%59.22%-
HSV(B)74.62º68.12%89.8%-
XYZ50.7167.616.68-
YUV199.8556.41121.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 229 (89.84% from 255) = 46.45%
BLUE value IS 73 (28.91% from 255) = 14.81%
R=38.74%
G=46.45%
B=14.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal191229730.1700.680.1074.627559.22
HexBFE54911044A4b4b3b
Octal2773451112101041211311373
Binary101111111110010110010011000101000100101010010111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE549; }

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

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

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

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

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

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

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

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