Html Css Color HEX #BEF134 Green Yellow

📋 copy color: '#BEF134'

red 190 ◦ green 241 ◦ blue 52

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

Shades of Green Yellow #BEF134

Tints of Green Yellow #BEF134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.77%

R = 39.34%
G = 49.9%
B = 10.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#BEF134 (or 0xBEF134) is known color: Green Yellow. HEX triplet: BE, F1 and 34. RGB value is (190,241,52). Sum of RGB (Red+Green+Blue) = 190+241+52=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF134 is #410ECB. Grayscale: #CCCCCC. Windows color (decimal): -4263628 or 3469758. OLE color: 3469758.

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

Color convert

RGB 190 241 52 -
CMYK 0.21 0 0.78 0.05
HSL 76.19º 0.87% 0.57% -
HSV(B) 76.19º 0.78% 0.95% -
XYZ 53.31 74.11 14.74 -
YUV 204.21 42.1 117.87 -
System Red Green Blue C M Y K H S L
Decimal 190 241 52 0.21 0 0.78 0.05 76.19 0.87 0.57
Hex BE F1 34 15 0 4E 5 4C 57 39
Octal 276 361 64 25 0 116 5 114 127 71
Binary 10111110 11110001 110100 10101 0 1001110 101 1001100 1010111 111001

Color Harmonies of #BEF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF134

Black with #BEF134

Text Example


Text Example

White with #BEF134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF134; }

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

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

background-color css

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

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

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

border-color css

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

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

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