#BEFF40

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

Shades of Green Yellow #BEFF40

Tints of Green Yellow #BEFF40

Color information

#BEFF40 (or 0xBEFF40) is unknown color: approx Green Yellow. HEX triplet: BE, FF and 40. RGB value is (190,255,64). Sum of RGB (Red+Green+Blue) = 190+255+64=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFF40 is #4100BF. Grayscale: #D6D6D6. Windows color (decimal): -4260032 or 4259774. OLE color: 4259774.

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

Color convert

RGB19025564-
CMYK0.2500.750
HSL80.42º100%62.55%-
HSV(B)80.42º74.9%100%-
XYZ57.9282.8417.79-
YUV213.7943.47111.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 255 (100% from 255) = 50.10%
BLUE value IS 64 (25.39% from 255) = 12.57%
R=37.33%
G=50.10%
B=12.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal190255640.2500.75080.4210062.55
HexBEFF401904B050643f
Octal276377100310113012014477
Binary101111101111111110000001100101001011010100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFF40; }

 p { color: rgb(190,255,64); }

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

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

 a { background-color: rgb(190,255,64); }

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

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

 span { border-color: rgb(190,255,64); }

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