#BFFE45

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

Shades of Green Yellow #BFFE45

Tints of Green Yellow #BFFE45

Color information

#BFFE45 (or 0xBFFE45) is unknown color: approx Green Yellow. HEX triplet: BF, FE and 45. RGB value is (191,254,69). Sum of RGB (Red+Green+Blue) = 191+254+69=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFE45 is #4001BA. Grayscale: #D6D6D6. Windows color (decimal): -4194747 or 4587199. OLE color: 4587199.

HSL color Cylindrical-coordinate representation of color #BFFE45: hue angle of 80.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFFE45 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.

Color convert

RGB19125469-
CMYK0.2500.730.00
HSL80.43º98.93%63.33%-
HSV(B)80.43º72.83%99.61%-
XYZ5882.3918.48-
YUV214.0746.13111.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 254 (99.61% from 255) = 49.42%
BLUE value IS 69 (27.34% from 255) = 13.42%
R=37.16%
G=49.42%
B=13.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal191254690.2500.730.0080.4398.9363.33
HexBFFE4519049050633f
Octal277376105310111012014377
Binary101111111111111010001011100101001001010100001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFE45; }

 p { color: rgb(191,254,69); }

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

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

 a { background-color: rgb(191,254,69); }

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

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

 span { border-color: rgb(191,254,69); }

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