Html Css Color HEX #BEFF4A Green Yellow

📋 copy color: '#BEFF4A'

red 190 ◦ green 255 ◦ blue 74

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

Shades of Green Yellow #BEFF4A

Tints of Green Yellow #BEFF4A

RGB

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

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

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

R = 36.61%
G = 49.13%
B = 14.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#BEFF4A (or 0xBEFF4A) is known color: Green Yellow. HEX triplet: BE, FF and 4A. RGB value is (190,255,74). Sum of RGB (Red+Green+Blue) = 190+255+74=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFF4A is #4100B5. Grayscale: #D7D7D7. Windows color (decimal): -4260022 or 4915134. OLE color: 4915134.

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

Color convert

RGB 190 255 74 -
CMYK 0.25 0 0.71 0
HSL 81.55º 1% 0.65% -
HSV(B) 81.55º 0.71% 1% -
XYZ 58.23 82.96 19.42 -
YUV 214.93 48.47 110.22 -
System Red Green Blue C M Y K H S L
Decimal 190 255 74 0.25 0 0.71 0 81.55 1 0.65
Hex BE FF 4A 19 0 47 0 52 64 41
Octal 276 377 112 31 0 107 0 122 144 101
Binary 10111110 11111111 1001010 11001 0 1000111 0 1010010 1100100 1000001

Color Harmonies of #BEFF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF4A

Black with #BEFF4A

Text Example


Text Example

White with #BEFF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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