Html Css Color HEX #50E60C Harlequin

📋 copy color: '#50E60C'

red 80 ◦ green 230 ◦ blue 12

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

Shades of Harlequin #50E60C

Tints of Harlequin #50E60C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 71.43%

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 24.84%
G = 71.43%
B = 3.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#50E60C (or 0x50E60C) is known color: Harlequin. HEX triplet: 50, E6 and 0C. RGB value is (80,230,12). Sum of RGB (Red+Green+Blue) = 80+230+12=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 230 (90.23% from 255 or 71.43% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 230 - color contains mainly: green. Hex color #50E60C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E60C is #AF19F3. Grayscale: #A1A1A1. Windows color (decimal): -11475444 or 845392. OLE color: 845392.

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

Color convert

RGB 80 230 12 -
CMYK 0.65 0 0.95 0.10
HSL 101.28º 0.9% 0.47% -
HSV(B) 101.28º 0.95% 0.9% -
XYZ 31.67 58.33 9.94 -
YUV 160.3 44.31 70.73 -
System Red Green Blue C M Y K H S L
Decimal 80 230 12 0.65 0 0.95 0.10 101.28 0.9 0.47
Hex 50 E6 C 41 0 5F A 65 5A 2F
Octal 120 346 14 101 0 137 12 145 132 57
Binary 1010000 11100110 1100 1000001 0 1011111 1010 1100101 1011010 101111

Color Harmonies of #50E60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E60C

Black with #50E60C

Text Example


Text Example

White with #50E60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,230,12); }

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

background-color css

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

 a { background-color: rgb(80,230,12); }

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

border-color css

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

 span { border-color: rgb(80,230,12); }

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