Html Css Color HEX #50EA23 Harlequin

📋 copy color: '#50EA23'

red 80 ◦ green 234 ◦ blue 35

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

Shades of Harlequin #50EA23

Tints of Harlequin #50EA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.03%

R = 22.92%
G = 67.05%
B = 10.03%

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

#50EA23 (or 0x50EA23) is known color: Harlequin. HEX triplet: 50, EA and 23. RGB value is (80,234,35). Sum of RGB (Red+Green+Blue) = 80+234+35=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 234 (91.80% from 255 or 67.05% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA23 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EA23 is #AF15DC. Grayscale: #A5A5A5. Windows color (decimal): -11474397 or 2353744. OLE color: 2353744.

HSL color Cylindrical-coordinate representation of color #50EA23: hue angle of 106.43º 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 #50EA23 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 35 -
CMYK 0.66 0 0.85 0.08
HSL 106.43º 0.83% 0.53% -
HSV(B) 106.43º 0.85% 0.92% -
XYZ 33.03 60.67 11.56 -
YUV 165.27 54.48 67.18 -
System Red Green Blue C M Y K H S L
Decimal 80 234 35 0.66 0 0.85 0.08 106.43 0.83 0.53
Hex 50 EA 23 42 0 55 8 6A 53 35
Octal 120 352 43 102 0 125 10 152 123 65
Binary 1010000 11101010 100011 1000010 0 1010101 1000 1101010 1010011 110101

Color Harmonies of #50EA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EA23

Black with #50EA23

Text Example


Text Example

White with #50EA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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