Html Css Color HEX #50EA22 Harlequin

📋 copy color: '#50EA22'

red 80 ◦ green 234 ◦ blue 34

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

Shades of Harlequin #50EA22

Tints of Harlequin #50EA22

RGB

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

 GREEN value IS 234 (91.8% from 255) = 67.24%

 BLUE value IS 34 (13.67% from 255) = 9.77%

R = 22.99%
G = 67.24%
B = 9.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#50EA22 (or 0x50EA22) is known color: Harlequin. HEX triplet: 50, EA and 22. RGB value is (80,234,34). Sum of RGB (Red+Green+Blue) = 80+234+34=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 234 (91.80% from 255 or 67.24% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA22 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EA22 is #AF15DD. Grayscale: #A5A5A5. Windows color (decimal): -11474398 or 2288208. OLE color: 2288208.

HSL color Cylindrical-coordinate representation of color #50EA22: hue angle of 106.2º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50EA22 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 34 -
CMYK 0.66 0 0.85 0.08
HSL 106.2º 0.83% 0.53% -
HSV(B) 106.2º 0.85% 0.92% -
XYZ 33.02 60.67 11.48 -
YUV 165.15 53.98 67.26 -
System Red Green Blue C M Y K H S L
Decimal 80 234 34 0.66 0 0.85 0.08 106.2 0.83 0.53
Hex 50 EA 22 42 0 55 8 6A 53 35
Octal 120 352 42 102 0 125 10 152 123 65
Binary 1010000 11101010 100010 1000010 0 1010101 1000 1101010 1010011 110101

Color Harmonies of #50EA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EA22

Black with #50EA22

Text Example


Text Example

White with #50EA22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,234,34); }

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

background-color css

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

 a { background-color: rgb(80,234,34); }

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

border-color css

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

 span { border-color: rgb(80,234,34); }

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