#BFE449

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

Shades of Conifer #BFE449

Tints of Conifer #BFE449

Color information

#BFE449 (or 0xBFE449) is unknown color: approx Conifer. HEX triplet: BF, E4 and 49. RGB value is (191,228,73). Sum of RGB (Red+Green+Blue) = 191+228+73=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE449 is #401BB6. Grayscale: #C7C7C7. Windows color (decimal): -4201399 or 4842687. OLE color: 4842687.

HSL color Cylindrical-coordinate representation of color #BFE449: hue angle of 74.32º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFE449 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB19122873-
CMYK0.1600.680.11
HSL74.32º74.16%59.02%-
HSV(B)74.32º67.98%89.41%-
XYZ50.4367.0416.59-
YUV199.2756.74122.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 228 (89.45% from 255) = 46.34%
BLUE value IS 73 (28.91% from 255) = 14.84%
R=38.82%
G=46.34%
B=14.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal191228730.1600.680.1174.3274.1659.02
HexBFE44910044B4a4a3b
Octal2773441112001041311211273
Binary101111111110010010010011000001000100101110010101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE449; }

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

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

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

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

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

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

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

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