Html Css Color HEX #50E721 Harlequin

📋 copy color: '#50E721'

red 80 ◦ green 231 ◦ blue 33

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

Shades of Harlequin #50E721

Tints of Harlequin #50E721

RGB

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

 GREEN value IS 231 (90.63% from 255) = 67.15%

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

R = 23.26%
G = 67.15%
B = 9.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#50E721 (or 0x50E721) is known color: Harlequin. HEX triplet: 50, E7 and 21. RGB value is (80,231,33). Sum of RGB (Red+Green+Blue) = 80+231+33=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 231 (90.62% from 255 or 67.15% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 231 - color contains mainly: green. Hex color #50E721 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E721 is #AF18DE. Grayscale: #A3A3A3. Windows color (decimal): -11475167 or 2221904. OLE color: 2221904.

HSL color Cylindrical-coordinate representation of color #50E721: hue angle of 105.76º degrees, saturation: 0.8, 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 #50E721 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 231 33 -
CMYK 0.65 0 0.86 0.09
HSL 105.76º 0.8% 0.52% -
HSV(B) 105.76º 0.86% 0.91% -
XYZ 32.16 58.97 11.13 -
YUV 163.28 54.47 68.6 -
System Red Green Blue C M Y K H S L
Decimal 80 231 33 0.65 0 0.86 0.09 105.76 0.8 0.52
Hex 50 E7 21 41 0 56 9 6A 50 34
Octal 120 347 41 101 0 126 11 152 120 64
Binary 1010000 11100111 100001 1000001 0 1010110 1001 1101010 1010000 110100

Color Harmonies of #50E721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E721

Black with #50E721

Text Example


Text Example

White with #50E721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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