Html Css Color HEX #BEFE40 Green Yellow

📋 copy color: '#BEFE40'

red 190 ◦ green 254 ◦ blue 64

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

Shades of Green Yellow #BEFE40

Tints of Green Yellow #BEFE40

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50%

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

R = 37.4%
G = 50%
B = 12.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#BEFE40 (or 0xBEFE40) is known color: Green Yellow. HEX triplet: BE, FE and 40. RGB value is (190,254,64). Sum of RGB (Red+Green+Blue) = 190+254+64=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFE40 is #4101BF. Grayscale: #D5D5D5. Windows color (decimal): -4260288 or 4259518. OLE color: 4259518.

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

Color convert

RGB 190 254 64 -
CMYK 0.25 0 0.75 0.00
HSL 80.21º 0.99% 0.62% -
HSV(B) 80.21º 0.75% 1% -
XYZ 57.6 82.2 17.68 -
YUV 213.2 43.8 111.45 -
System Red Green Blue C M Y K H S L
Decimal 190 254 64 0.25 0 0.75 0.00 80.21 0.99 0.62
Hex BE FE 40 19 0 4B 0 50 63 3E
Octal 276 376 100 31 0 113 0 120 143 76
Binary 10111110 11111110 1000000 11001 0 1001011 0 1010000 1100011 111110

Color Harmonies of #BEFE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE40

Black with #BEFE40

Text Example


Text Example

White with #BEFE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE40; }

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

 H1.HeaderClassName
 {
   color: #BEFE40;
 }
 .AnyTagClassName
 {
   color: #BEFE40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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