Html Css Color HEX #50E602 Harlequin

📋 copy color: '#50E602'

red 80 ◦ green 230 ◦ blue 2

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

Shades of Harlequin #50E602

Tints of Harlequin #50E602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 25.64%
G = 73.72%
B = 0.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#50E602 (or 0x50E602) is known color: Harlequin. HEX triplet: 50, E6 and 02. RGB value is (80,230,2). Sum of RGB (Red+Green+Blue) = 80+230+2=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 230 (90.23% from 255 or 73.72% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 230 - color contains mainly: green. Hex color #50E602 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E602 is #AF19FD. Grayscale: #9F9F9F. Windows color (decimal): -11475454 or 190032. OLE color: 190032.

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

Color convert

RGB 80 230 2 -
CMYK 0.65 0 0.99 0.10
HSL 99.47º 0.98% 0.45% -
HSV(B) 99.47º 0.99% 0.9% -
XYZ 31.62 58.3 9.64 -
YUV 159.16 39.31 71.54 -
System Red Green Blue C M Y K H S L
Decimal 80 230 2 0.65 0 0.99 0.10 99.47 0.98 0.45
Hex 50 E6 2 41 0 63 A 63 62 2D
Octal 120 346 2 101 0 143 12 143 142 55
Binary 1010000 11100110 10 1000001 0 1100011 1010 1100011 1100010 101101

Color Harmonies of #50E602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E602

Black with #50E602

Text Example


Text Example

White with #50E602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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