Html Css Color HEX #50ED1D Harlequin

📋 copy color: '#50ED1D'

red 80 ◦ green 237 ◦ blue 29

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

Shades of Harlequin #50ED1D

Tints of Harlequin #50ED1D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 68.5%

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 23.12%
G = 68.5%
B = 8.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#50ED1D (or 0x50ED1D) is known color: Harlequin. HEX triplet: 50, ED and 1D. RGB value is (80,237,29). Sum of RGB (Red+Green+Blue) = 80+237+29=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 237 (92.97% from 255 or 68.50% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50ED1D is #AF12E2. Grayscale: #A7A7A7. Windows color (decimal): -11473635 or 1961296. OLE color: 1961296.

HSL color Cylindrical-coordinate representation of color #50ED1D: hue angle of 105.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50ED1D is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 237 29 -
CMYK 0.66 0 0.88 0.07
HSL 105.29º 0.85% 0.52% -
HSV(B) 105.29º 0.88% 0.93% -
XYZ 33.81 62.36 11.42 -
YUV 166.35 50.49 66.41 -
System Red Green Blue C M Y K H S L
Decimal 80 237 29 0.66 0 0.88 0.07 105.29 0.85 0.52
Hex 50 ED 1D 42 0 58 7 69 55 34
Octal 120 355 35 102 0 130 7 151 125 64
Binary 1010000 11101101 11101 1000010 0 1011000 111 1101001 1010101 110100

Color Harmonies of #50ED1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ED1D

Black with #50ED1D

Text Example


Text Example

White with #50ED1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,237,29); }

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

background-color css

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

 a { background-color: rgb(80,237,29); }

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

border-color css

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

 span { border-color: rgb(80,237,29); }

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