Html Css Color HEX #BEFF40 Green Yellow

📋 copy color: '#BEFF40'

red 190 ◦ green 255 ◦ blue 64

#BEFF40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #BEFF40

Tints of Green Yellow #BEFF40

RGB

 RED value IS 190 (74.61% from 255) = 37.33%

 GREEN value IS 255 (100% from 255) = 50.1%

 BLUE value IS 64 (25.39% from 255) = 12.57%

R = 37.33%
G = 50.1%
B = 12.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#BEFF40 (or 0xBEFF40) is known color: 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

RGB 190 255 64 -
CMYK 0.25 0 0.75 0
HSL 80.42º 1% 0.63% -
HSV(B) 80.42º 0.75% 1% -
XYZ 57.92 82.84 17.79 -
YUV 213.79 43.47 111.03 -
System Red Green Blue C M Y K H S L
Decimal 190 255 64 0.25 0 0.75 0 80.42 1 0.63
Hex BE FF 40 19 0 4B 0 50 64 3F
Octal 276 377 100 31 0 113 0 120 144 77
Binary 10111110 11111111 1000000 11001 0 1001011 0 1010000 1100100 111111

Color Harmonies of #BEFF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF40

Black with #BEFF40

Text Example


Text Example

White with #BEFF40

Text Example


Text Example

HTML Codes & Css Web 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>