Html Css Color HEX #50E50B Harlequin

📋 copy color: '#50E50B'

red 80 ◦ green 229 ◦ blue 11

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

Shades of Harlequin #50E50B

Tints of Harlequin #50E50B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 71.56%

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

R = 25%
G = 71.56%
B = 3.44%

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

#50E50B (or 0x50E50B) is known color: Harlequin. HEX triplet: 50, E5 and 0B. RGB value is (80,229,11). Sum of RGB (Red+Green+Blue) = 80+229+11=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 229 (89.84% from 255 or 71.56% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 229 - color contains mainly: green. Hex color #50E50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E50B is #AF1AF4. Grayscale: #A0A0A0. Windows color (decimal): -11475701 or 779600. OLE color: 779600.

HSL color Cylindrical-coordinate representation of color #50E50B: hue angle of 101.01º degrees, saturation: 0.91, 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 #50E50B is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 229 11 -
CMYK 0.65 0 0.95 0.10
HSL 101.01º 0.91% 0.47% -
HSV(B) 101.01º 0.95% 0.9% -
XYZ 31.39 57.77 9.81 -
YUV 159.6 44.14 71.23 -
System Red Green Blue C M Y K H S L
Decimal 80 229 11 0.65 0 0.95 0.10 101.01 0.91 0.47
Hex 50 E5 B 41 0 5F A 65 5B 2F
Octal 120 345 13 101 0 137 12 145 133 57
Binary 1010000 11100101 1011 1000001 0 1011111 1010 1100101 1011011 101111

Color Harmonies of #50E50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E50B

Black with #50E50B

Text Example


Text Example

White with #50E50B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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