#BEFE45

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

Shades of Green Yellow #BEFE45

Tints of Green Yellow #BEFE45

Color information

#BEFE45 (or 0xBEFE45) is unknown color: approx Green Yellow. HEX triplet: BE, FE and 45. RGB value is (190,254,69). Sum of RGB (Red+Green+Blue) = 190+254+69=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFE45 is #4101BA. Grayscale: #D6D6D6. Windows color (decimal): -4260283 or 4587198. OLE color: 4587198.

HSL color Cylindrical-coordinate representation of color #BEFE45: hue angle of 80.76º 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 #BEFE45 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.

Color convert

RGB19025469-
CMYK0.2500.730.00
HSL80.76º98.93%63.33%-
HSV(B)80.76º72.83%99.61%-
XYZ57.7582.2618.46-
YUV213.7746.3111.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 254 (99.61% from 255) = 49.51%
BLUE value IS 69 (27.34% from 255) = 13.45%
R=37.04%
G=49.51%
B=13.45%

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
Decimal190254690.2500.730.0080.7698.9363.33
HexBEFE4519049051633f
Octal276376105310111012114377
Binary101111101111111010001011100101001001010100011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFE45; }

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

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

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

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

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

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

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

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