Html Css Color HEX #BEFD2A Green Yellow

📋 copy color: '#BEFD2A'

red 190 ◦ green 253 ◦ blue 42

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

Shades of Green Yellow #BEFD2A

Tints of Green Yellow #BEFD2A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.16%

 BLUE value IS 42 (16.8% from 255) = 8.66%

R = 39.18%
G = 52.16%
B = 8.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#BEFD2A (or 0xBEFD2A) is known color: Green Yellow. HEX triplet: BE, FD and 2A. RGB value is (190,253,42). Sum of RGB (Red+Green+Blue) = 190+253+42=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFD2A is #4102D5. Grayscale: #D2D2D2. Windows color (decimal): -4260566 or 2817470. OLE color: 2817470.

HSL color Cylindrical-coordinate representation of color #BEFD2A: hue angle of 77.91º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEFD2A is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 253 42 -
CMYK 0.25 0 0.83 0.01
HSL 77.91º 0.98% 0.58% -
HSV(B) 77.91º 0.83% 0.99% -
XYZ 56.78 81.36 14.9 -
YUV 210.11 33.13 113.66 -
System Red Green Blue C M Y K H S L
Decimal 190 253 42 0.25 0 0.83 0.01 77.91 0.98 0.58
Hex BE FD 2A 19 0 53 1 4E 62 3A
Octal 276 375 52 31 0 123 1 116 142 72
Binary 10111110 11111101 101010 11001 0 1010011 1 1001110 1100010 111010

Color Harmonies of #BEFD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFD2A

Black with #BEFD2A

Text Example


Text Example

White with #BEFD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFD2A; }

 p { color: rgb(190,253,42); }

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

background-color css

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

 a { background-color: rgb(190,253,42); }

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

border-color css

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

 span { border-color: rgb(190,253,42); }

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