Html Css Color HEX #BEF02A Green Yellow

📋 copy color: '#BEF02A'

red 190 ◦ green 240 ◦ blue 42

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

Shades of Green Yellow #BEF02A

Tints of Green Yellow #BEF02A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.85%

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

R = 40.25%
G = 50.85%
B = 8.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#BEF02A (or 0xBEF02A) is known color: Green Yellow. HEX triplet: BE, F0 and 2A. RGB value is (190,240,42). Sum of RGB (Red+Green+Blue) = 190+240+42=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF02A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF02A is #410FD5. Grayscale: #CBCBCB. Windows color (decimal): -4263894 or 2814142. OLE color: 2814142.

HSL color Cylindrical-coordinate representation of color #BEF02A: hue angle of 75.15º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEF02A is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 240 42 -
CMYK 0.21 0 0.82 0.06
HSL 75.15º 0.87% 0.55% -
HSV(B) 75.15º 0.83% 0.94% -
XYZ 52.81 73.43 13.58 -
YUV 202.48 37.44 119.1 -
System Red Green Blue C M Y K H S L
Decimal 190 240 42 0.21 0 0.82 0.06 75.15 0.87 0.55
Hex BE F0 2A 15 0 52 6 4B 57 37
Octal 276 360 52 25 0 122 6 113 127 67
Binary 10111110 11110000 101010 10101 0 1010010 110 1001011 1010111 110111

Color Harmonies of #BEF02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF02A

Black with #BEF02A

Text Example


Text Example

White with #BEF02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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