Html Css Color HEX #50F616 Harlequin

📋 copy color: '#50F616'

red 80 ◦ green 246 ◦ blue 22

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

Shades of Harlequin #50F616

Tints of Harlequin #50F616

RGB

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

 GREEN value IS 246 (96.48% from 255) = 70.69%

 BLUE value IS 22 (8.98% from 255) = 6.32%

R = 22.99%
G = 70.69%
B = 6.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#50F616 (or 0x50F616) is known color: Harlequin. HEX triplet: 50, F6 and 16. RGB value is (80,246,22). Sum of RGB (Red+Green+Blue) = 80+246+22=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 246 (96.48% from 255 or 70.69% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 246 - color contains mainly: green. Hex color #50F616 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F616 is #AF09E9. Grayscale: #ABABAB. Windows color (decimal): -11471338 or 1504848. OLE color: 1504848.

HSL color Cylindrical-coordinate representation of color #50F616: hue angle of 104.46º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50F616 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 246 22 -
CMYK 0.67 0 0.91 0.04
HSL 104.46º 0.93% 0.53% -
HSV(B) 104.46º 0.91% 0.96% -
XYZ 36.41 67.67 11.9 -
YUV 170.83 44 63.21 -
System Red Green Blue C M Y K H S L
Decimal 80 246 22 0.67 0 0.91 0.04 104.46 0.93 0.53
Hex 50 F6 16 43 0 5B 4 68 5D 35
Octal 120 366 26 103 0 133 4 150 135 65
Binary 1010000 11110110 10110 1000011 0 1011011 100 1101000 1011101 110101

Color Harmonies of #50F616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F616

Black with #50F616

Text Example


Text Example

White with #50F616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,246,22); }

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

background-color css

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

 a { background-color: rgb(80,246,22); }

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

border-color css

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

 span { border-color: rgb(80,246,22); }

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