Html Css Color HEX #50E821 Harlequin

📋 copy color: '#50E821'

red 80 ◦ green 232 ◦ blue 33

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

Shades of Harlequin #50E821

Tints of Harlequin #50E821

RGB

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

 GREEN value IS 232 (91.02% from 255) = 67.25%

 BLUE value IS 33 (13.28% from 255) = 9.57%

R = 23.19%
G = 67.25%
B = 9.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#50E821 (or 0x50E821) is known color: Harlequin. HEX triplet: 50, E8 and 21. RGB value is (80,232,33). Sum of RGB (Red+Green+Blue) = 80+232+33=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 232 (91.02% from 255 or 67.25% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 232 - color contains mainly: green. Hex color #50E821 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E821 is #AF17DE. Grayscale: #A4A4A4. Windows color (decimal): -11474911 or 2222160. OLE color: 2222160.

HSL color Cylindrical-coordinate representation of color #50E821: hue angle of 105.83º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50E821 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 232 33 -
CMYK 0.66 0 0.86 0.09
HSL 105.83º 0.81% 0.52% -
HSV(B) 105.83º 0.86% 0.91% -
XYZ 32.44 59.53 11.22 -
YUV 163.87 54.14 68.18 -
System Red Green Blue C M Y K H S L
Decimal 80 232 33 0.66 0 0.86 0.09 105.83 0.81 0.52
Hex 50 E8 21 42 0 56 9 6A 51 34
Octal 120 350 41 102 0 126 11 152 121 64
Binary 1010000 11101000 100001 1000010 0 1010110 1001 1101010 1010001 110100

Color Harmonies of #50E821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E821

Black with #50E821

Text Example


Text Example

White with #50E821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,232,33); }

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

background-color css

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

 a { background-color: rgb(80,232,33); }

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

border-color css

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

 span { border-color: rgb(80,232,33); }

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