Html Css Color HEX #BEFE4A Green Yellow

📋 copy color: '#BEFE4A'

red 190 ◦ green 254 ◦ blue 74

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

Shades of Green Yellow #BEFE4A

Tints of Green Yellow #BEFE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.29%

R = 36.68%
G = 49.03%
B = 14.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#BEFE4A (or 0xBEFE4A) is known color: Green Yellow. HEX triplet: BE, FE and 4A. RGB value is (190,254,74). Sum of RGB (Red+Green+Blue) = 190+254+74=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFE4A is #4101B5. Grayscale: #D7D7D7. Windows color (decimal): -4260278 or 4914878. OLE color: 4914878.

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

Color convert

RGB 190 254 74 -
CMYK 0.25 0 0.71 0.00
HSL 81.33º 0.99% 0.64% -
HSV(B) 81.33º 0.71% 1% -
XYZ 57.91 82.33 19.32 -
YUV 214.34 48.8 110.64 -
System Red Green Blue C M Y K H S L
Decimal 190 254 74 0.25 0 0.71 0.00 81.33 0.99 0.64
Hex BE FE 4A 19 0 47 0 51 63 40
Octal 276 376 112 31 0 107 0 121 143 100
Binary 10111110 11111110 1001010 11001 0 1000111 0 1010001 1100011 1000000

Color Harmonies of #BEFE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE4A

Black with #BEFE4A

Text Example


Text Example

White with #BEFE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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