Html Css Color HEX #50E515 Harlequin

📋 copy color: '#50E515'

red 80 ◦ green 229 ◦ blue 21

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

Shades of Harlequin #50E515

Tints of Harlequin #50E515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.36%

R = 24.24%
G = 69.39%
B = 6.36%

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

#50E515 (or 0x50E515) is known color: Harlequin. HEX triplet: 50, E5 and 15. RGB value is (80,229,21). Sum of RGB (Red+Green+Blue) = 80+229+21=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 229 (89.84% from 255 or 69.39% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 229 - color contains mainly: green. Hex color #50E515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E515 is #AF1AEA. Grayscale: #A1A1A1. Windows color (decimal): -11475691 or 1434960. OLE color: 1434960.

HSL color Cylindrical-coordinate representation of color #50E515: hue angle of 102.98º degrees, saturation: 0.83, 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 #50E515 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 229 21 -
CMYK 0.65 0 0.91 0.10
HSL 102.98º 0.83% 0.49% -
HSV(B) 102.98º 0.91% 0.9% -
XYZ 31.46 57.8 10.21 -
YUV 160.74 49.14 70.41 -
System Red Green Blue C M Y K H S L
Decimal 80 229 21 0.65 0 0.91 0.10 102.98 0.83 0.49
Hex 50 E5 15 41 0 5B A 67 53 31
Octal 120 345 25 101 0 133 12 147 123 61
Binary 1010000 11100101 10101 1000001 0 1011011 1010 1100111 1010011 110001

Color Harmonies of #50E515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E515

Black with #50E515

Text Example


Text Example

White with #50E515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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