Html Css Color HEX #50F617 Harlequin

📋 copy color: '#50F617'

red 80 ◦ green 246 ◦ blue 23

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

Shades of Harlequin #50F617

Tints of Harlequin #50F617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.59%

R = 22.92%
G = 70.49%
B = 6.59%

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

#50F617 (or 0x50F617) is known color: Harlequin. HEX triplet: 50, F6 and 17. RGB value is (80,246,23). Sum of RGB (Red+Green+Blue) = 80+246+23=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 246 (96.48% from 255 or 70.49% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 246 - color contains mainly: green. Hex color #50F617 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F617 is #AF09E8. Grayscale: #ABABAB. Windows color (decimal): -11471337 or 1570384. OLE color: 1570384.

HSL color Cylindrical-coordinate representation of color #50F617: hue angle of 104.66º 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 #50F617 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 246 23 -
CMYK 0.67 0 0.91 0.04
HSL 104.66º 0.93% 0.53% -
HSV(B) 104.66º 0.91% 0.96% -
XYZ 36.42 67.68 11.95 -
YUV 170.94 44.5 63.13 -
System Red Green Blue C M Y K H S L
Decimal 80 246 23 0.67 0 0.91 0.04 104.66 0.93 0.53
Hex 50 F6 17 43 0 5B 4 69 5D 35
Octal 120 366 27 103 0 133 4 151 135 65
Binary 1010000 11110110 10111 1000011 0 1011011 100 1101001 1011101 110101

Color Harmonies of #50F617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F617

Black with #50F617

Text Example


Text Example

White with #50F617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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