Html Css Color HEX #50E303 Harlequin

📋 copy color: '#50E303'

red 80 ◦ green 227 ◦ blue 3

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

Shades of Harlequin #50E303

Tints of Harlequin #50E303

RGB

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

 GREEN value IS 227 (89.06% from 255) = 73.23%

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 25.81%
G = 73.23%
B = 0.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#50E303 (or 0x50E303) is known color: Harlequin. HEX triplet: 50, E3 and 03. RGB value is (80,227,3). Sum of RGB (Red+Green+Blue) = 80+227+3=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 227 (89.06% from 255 or 73.23% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 227 - color contains mainly: green. Hex color #50E303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E303 is #AF1CFC. Grayscale: #9E9E9E. Windows color (decimal): -11476221 or 254800. OLE color: 254800.

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

Color convert

RGB 80 227 3 -
CMYK 0.65 0 0.99 0.11
HSL 99.38º 0.97% 0.45% -
HSV(B) 99.38º 0.99% 0.89% -
XYZ 30.79 56.65 9.4 -
YUV 157.51 40.8 72.71 -
System Red Green Blue C M Y K H S L
Decimal 80 227 3 0.65 0 0.99 0.11 99.38 0.97 0.45
Hex 50 E3 3 41 0 63 B 63 61 2D
Octal 120 343 3 101 0 143 13 143 141 55
Binary 1010000 11100011 11 1000001 0 1100011 1011 1100011 1100001 101101

Color Harmonies of #50E303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E303

Black with #50E303

Text Example


Text Example

White with #50E303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,227,3); }

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

background-color css

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

 a { background-color: rgb(80,227,3); }

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

border-color css

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

 span { border-color: rgb(80,227,3); }

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