Html Css Color HEX #BEF132 Green Yellow

📋 copy color: '#BEF132'

red 190 ◦ green 241 ◦ blue 50

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

Shades of Green Yellow #BEF132

Tints of Green Yellow #BEF132

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.1%

 BLUE value IS 50 (19.92% from 255) = 10.4%

R = 39.5%
G = 50.1%
B = 10.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#BEF132 (or 0xBEF132) is known color: Green Yellow. HEX triplet: BE, F1 and 32. RGB value is (190,241,50). Sum of RGB (Red+Green+Blue) = 190+241+50=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF132 is #410ECD. Grayscale: #CCCCCC. Windows color (decimal): -4263630 or 3338686. OLE color: 3338686.

HSL color Cylindrical-coordinate representation of color #BEF132: hue angle of 76.02º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEF132 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 241 50 -
CMYK 0.21 0 0.79 0.05
HSL 76.02º 0.87% 0.57% -
HSV(B) 76.02º 0.79% 0.95% -
XYZ 53.27 74.09 14.51 -
YUV 203.98 41.1 118.03 -
System Red Green Blue C M Y K H S L
Decimal 190 241 50 0.21 0 0.79 0.05 76.02 0.87 0.57
Hex BE F1 32 15 0 4F 5 4C 57 39
Octal 276 361 62 25 0 117 5 114 127 71
Binary 10111110 11110001 110010 10101 0 1001111 101 1001100 1010111 111001

Color Harmonies of #BEF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF132

Black with #BEF132

Text Example


Text Example

White with #BEF132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF132; }

 p { color: rgb(190,241,50); }

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

background-color css

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

 a { background-color: rgb(190,241,50); }

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

border-color css

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

 span { border-color: rgb(190,241,50); }

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