Html Css Color HEX #50E30B Harlequin

📋 copy color: '#50E30B'

red 80 ◦ green 227 ◦ blue 11

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

Shades of Harlequin #50E30B

Tints of Harlequin #50E30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.46%

R = 25.16%
G = 71.38%
B = 3.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#50E30B (or 0x50E30B) is known color: Harlequin. HEX triplet: 50, E3 and 0B. RGB value is (80,227,11). Sum of RGB (Red+Green+Blue) = 80+227+11=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 227 (89.06% from 255 or 71.38% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 227 - color contains mainly: green. Hex color #50E30B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E30B is #AF1CF4. Grayscale: #9F9F9F. Windows color (decimal): -11476213 or 779088. OLE color: 779088.

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

Color convert

RGB 80 227 11 -
CMYK 0.65 0 0.95 0.11
HSL 100.83º 0.91% 0.47% -
HSV(B) 100.83º 0.95% 0.89% -
XYZ 30.84 56.67 9.63 -
YUV 158.42 44.8 72.06 -
System Red Green Blue C M Y K H S L
Decimal 80 227 11 0.65 0 0.95 0.11 100.83 0.91 0.47
Hex 50 E3 B 41 0 5F B 65 5B 2F
Octal 120 343 13 101 0 137 13 145 133 57
Binary 1010000 11100011 1011 1000001 0 1011111 1011 1100101 1011011 101111

Color Harmonies of #50E30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E30B

Black with #50E30B

Text Example


Text Example

White with #50E30B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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