Html Css Color HEX #50E10B Harlequin

📋 copy color: '#50E10B'

red 80 ◦ green 225 ◦ blue 11

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

Shades of Harlequin #50E10B

Tints of Harlequin #50E10B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 71.2%

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

R = 25.32%
G = 71.2%
B = 3.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#50E10B (or 0x50E10B) is known color: Harlequin. HEX triplet: 50, E1 and 0B. RGB value is (80,225,11). Sum of RGB (Red+Green+Blue) = 80+225+11=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 225 (88.28% from 255 or 71.20% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 225 - color contains mainly: green. Hex color #50E10B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E10B is #AF1EF4. Grayscale: #9D9D9D. Windows color (decimal): -11476725 or 778576. OLE color: 778576.

HSL color Cylindrical-coordinate representation of color #50E10B: hue angle of 100.65º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50E10B is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 225 11 -
CMYK 0.64 0 0.95 0.12
HSL 100.65º 0.91% 0.46% -
HSV(B) 100.65º 0.95% 0.88% -
XYZ 30.29 55.58 9.45 -
YUV 157.25 45.46 72.9 -
System Red Green Blue C M Y K H S L
Decimal 80 225 11 0.64 0 0.95 0.12 100.65 0.91 0.46
Hex 50 E1 B 40 0 5F C 65 5B 2E
Octal 120 341 13 100 0 137 14 145 133 56
Binary 1010000 11100001 1011 1000000 0 1011111 1100 1100101 1011011 101110

Color Harmonies of #50E10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E10B

Black with #50E10B

Text Example


Text Example

White with #50E10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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