Html Css Color HEX #BEF232 Green Yellow

📋 copy color: '#BEF232'

red 190 ◦ green 242 ◦ blue 50

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

Shades of Green Yellow #BEF232

Tints of Green Yellow #BEF232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.21%

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

R = 39.42%
G = 50.21%
B = 10.37%

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

#BEF232 (or 0xBEF232) is known color: Green Yellow. HEX triplet: BE, F2 and 32. RGB value is (190,242,50). Sum of RGB (Red+Green+Blue) = 190+242+50=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF232 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF232 is #410DCD. Grayscale: #CDCDCD. Windows color (decimal): -4263374 or 3338942. OLE color: 3338942.

HSL color Cylindrical-coordinate representation of color #BEF232: hue angle of 76.25º degrees, saturation: 0.88, 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 #BEF232 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 242 50 -
CMYK 0.21 0 0.79 0.05
HSL 76.25º 0.88% 0.57% -
HSV(B) 76.25º 0.79% 0.95% -
XYZ 53.56 74.68 14.61 -
YUV 204.56 40.77 117.61 -
System Red Green Blue C M Y K H S L
Decimal 190 242 50 0.21 0 0.79 0.05 76.25 0.88 0.57
Hex BE F2 32 15 0 4F 5 4C 58 39
Octal 276 362 62 25 0 117 5 114 130 71
Binary 10111110 11110010 110010 10101 0 1001111 101 1001100 1011000 111001

Color Harmonies of #BEF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF232

Black with #BEF232

Text Example


Text Example

White with #BEF232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF232; }

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

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

background-color css

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

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

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

border-color css

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

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

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