Html Css Color HEX #50E713 Harlequin

📋 copy color: '#50E713'

red 80 ◦ green 231 ◦ blue 19

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

Shades of Harlequin #50E713

Tints of Harlequin #50E713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 24.24%
G = 70%
B = 5.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#50E713 (or 0x50E713) is known color: Harlequin. HEX triplet: 50, E7 and 13. RGB value is (80,231,19). Sum of RGB (Red+Green+Blue) = 80+231+19=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 231 (90.62% from 255 or 70% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 231 - color contains mainly: green. Hex color #50E713 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E713 is #AF18EC. Grayscale: #A2A2A2. Windows color (decimal): -11475181 or 1304400. OLE color: 1304400.

HSL color Cylindrical-coordinate representation of color #50E713: hue angle of 102.74º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50E713 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 231 19 -
CMYK 0.65 0 0.92 0.09
HSL 102.74º 0.85% 0.49% -
HSV(B) 102.74º 0.92% 0.91% -
XYZ 32 58.9 10.3 -
YUV 161.68 47.47 69.74 -
System Red Green Blue C M Y K H S L
Decimal 80 231 19 0.65 0 0.92 0.09 102.74 0.85 0.49
Hex 50 E7 13 41 0 5C 9 67 55 31
Octal 120 347 23 101 0 134 11 147 125 61
Binary 1010000 11100111 10011 1000001 0 1011100 1001 1100111 1010101 110001

Color Harmonies of #50E713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E713

Black with #50E713

Text Example


Text Example

White with #50E713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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