Html Css Color HEX #50FF1C Harlequin

📋 copy color: '#50FF1C'

red 80 ◦ green 255 ◦ blue 28

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

Shades of Harlequin #50FF1C

Tints of Harlequin #50FF1C

RGB

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

 GREEN value IS 255 (100% from 255) = 70.25%

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 22.04%
G = 70.25%
B = 7.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#50FF1C (or 0x50FF1C) is known color: Harlequin. HEX triplet: 50, FF and 1C. RGB value is (80,255,28). Sum of RGB (Red+Green+Blue) = 80+255+28=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FF1C is #AF00E3. Grayscale: #B1B1B1. Windows color (decimal): -11469028 or 1900368. OLE color: 1900368.

HSL color Cylindrical-coordinate representation of color #50FF1C: hue angle of 106.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50FF1C is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 80 255 28 -
CMYK 0.69 0 0.89 0
HSL 106.26º 1% 0.55% -
HSV(B) 106.26º 0.89% 1% -
XYZ 39.28 73.31 13.18 -
YUV 176.8 44.02 58.96 -
System Red Green Blue C M Y K H S L
Decimal 80 255 28 0.69 0 0.89 0 106.26 1 0.55
Hex 50 FF 1C 45 0 59 0 6A 64 37
Octal 120 377 34 105 0 131 0 152 144 67
Binary 1010000 11111111 11100 1000101 0 1011001 0 1101010 1100100 110111

Color Harmonies of #50FF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FF1C

Black with #50FF1C

Text Example


Text Example

White with #50FF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,255,28); }

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

background-color css

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

 a { background-color: rgb(80,255,28); }

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

border-color css

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

 span { border-color: rgb(80,255,28); }

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