Html Css Color HEX #50F20A Harlequin

📋 copy color: '#50F20A'

red 80 ◦ green 242 ◦ blue 10

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

Shades of Harlequin #50F20A

Tints of Harlequin #50F20A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.89%

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 24.1%
G = 72.89%
B = 3.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#50F20A (or 0x50F20A) is known color: Harlequin. HEX triplet: 50, F2 and 0A. RGB value is (80,242,10). Sum of RGB (Red+Green+Blue) = 80+242+10=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 242 (94.92% from 255 or 72.89% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 242 - color contains mainly: green. Hex color #50F20A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F20A is #AF0DF5. Grayscale: #A7A7A7. Windows color (decimal): -11472374 or 717392. OLE color: 717392.

HSL color Cylindrical-coordinate representation of color #50F20A: hue angle of 101.9º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50F20A is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 242 10 -
CMYK 0.67 0 0.96 0.05
HSL 101.9º 0.92% 0.49% -
HSV(B) 101.9º 0.96% 0.95% -
XYZ 35.12 65.23 11.03 -
YUV 167.11 39.33 65.86 -
System Red Green Blue C M Y K H S L
Decimal 80 242 10 0.67 0 0.96 0.05 101.9 0.92 0.49
Hex 50 F2 A 43 0 60 5 66 5C 31
Octal 120 362 12 103 0 140 5 146 134 61
Binary 1010000 11110010 1010 1000011 0 1100000 101 1100110 1011100 110001

Color Harmonies of #50F20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F20A

Black with #50F20A

Text Example


Text Example

White with #50F20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,242,10); }

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

background-color css

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

 a { background-color: rgb(80,242,10); }

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

border-color css

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

 span { border-color: rgb(80,242,10); }

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