Html Css Color HEX #50EF42 Screamin' Green

📋 copy color: '#50EF42'

red 80 ◦ green 239 ◦ blue 66

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

Shades of Screamin' Green #50EF42

Tints of Screamin' Green #50EF42

RGB

 RED value IS 80 (31.64% from 255) = 20.78%

 GREEN value IS 239 (93.75% from 255) = 62.08%

 BLUE value IS 66 (26.17% from 255) = 17.14%

R = 20.78%
G = 62.08%
B = 17.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#50EF42 (or 0x50EF42) is known color: Screamin' Green. HEX triplet: 50, EF and 42. RGB value is (80,239,66). Sum of RGB (Red+Green+Blue) = 80+239+66=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 239 (93.75% from 255 or 62.08% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EF42 is #AF10BD. Grayscale: #ACACAC. Windows color (decimal): -11473086 or 4386640. OLE color: 4386640.

HSL color Cylindrical-coordinate representation of color #50EF42: hue angle of 115.14º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50EF42 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 239 66 -
CMYK 0.67 0 0.72 0.06
HSL 115.14º 0.84% 0.6% -
HSV(B) 115.14º 0.72% 0.94% -
XYZ 35.16 63.83 15.62 -
YUV 171.74 68.32 62.57 -
System Red Green Blue C M Y K H S L
Decimal 80 239 66 0.67 0 0.72 0.06 115.14 0.84 0.6
Hex 50 EF 42 43 0 48 6 73 54 3C
Octal 120 357 102 103 0 110 6 163 124 74
Binary 1010000 11101111 1000010 1000011 0 1001000 110 1110011 1010100 111100

Color Harmonies of #50EF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EF42

Black with #50EF42

Text Example


Text Example

White with #50EF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50EF42; }

 p { color: rgb(80,239,66); }

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

background-color css

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

 a { background-color: rgb(80,239,66); }

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

border-color css

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

 span { border-color: rgb(80,239,66); }

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