Html Css Color HEX #50E514 Harlequin

📋 copy color: '#50E514'

red 80 ◦ green 229 ◦ blue 20

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

Shades of Harlequin #50E514

Tints of Harlequin #50E514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 69.6%

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 24.32%
G = 69.6%
B = 6.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#50E514 (or 0x50E514) is known color: Harlequin. HEX triplet: 50, E5 and 14. RGB value is (80,229,20). Sum of RGB (Red+Green+Blue) = 80+229+20=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 229 (89.84% from 255 or 69.60% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 229 - color contains mainly: green. Hex color #50E514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E514 is #AF1AEB. Grayscale: #A1A1A1. Windows color (decimal): -11475692 or 1369424. OLE color: 1369424.

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

Color convert

RGB 80 229 20 -
CMYK 0.65 0 0.91 0.10
HSL 102.78º 0.84% 0.49% -
HSV(B) 102.78º 0.91% 0.9% -
XYZ 31.45 57.79 10.16 -
YUV 160.62 48.64 70.49 -
System Red Green Blue C M Y K H S L
Decimal 80 229 20 0.65 0 0.91 0.10 102.78 0.84 0.49
Hex 50 E5 14 41 0 5B A 67 54 31
Octal 120 345 24 101 0 133 12 147 124 61
Binary 1010000 11100101 10100 1000001 0 1011011 1010 1100111 1010100 110001

Color Harmonies of #50E514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E514

Black with #50E514

Text Example


Text Example

White with #50E514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,229,20); }

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

background-color css

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

 a { background-color: rgb(80,229,20); }

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

border-color css

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

 span { border-color: rgb(80,229,20); }

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