Html Css Color HEX #50EF1C Harlequin

📋 copy color: '#50EF1C'

red 80 ◦ green 239 ◦ blue 28

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

Shades of Harlequin #50EF1C

Tints of Harlequin #50EF1C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 68.88%

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

R = 23.05%
G = 68.88%
B = 8.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#50EF1C (or 0x50EF1C) is known color: Harlequin. HEX triplet: 50, EF and 1C. RGB value is (80,239,28). Sum of RGB (Red+Green+Blue) = 80+239+28=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 239 (93.75% from 255 or 68.88% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EF1C is #AF10E3. Grayscale: #A8A8A8. Windows color (decimal): -11473124 or 1896272. OLE color: 1896272.

HSL color Cylindrical-coordinate representation of color #50EF1C: hue angle of 105.21º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50EF1C is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 239 28 -
CMYK 0.67 0 0.88 0.06
HSL 105.21º 0.87% 0.52% -
HSV(B) 105.21º 0.88% 0.94% -
XYZ 34.38 63.52 11.55 -
YUV 167.41 49.32 65.66 -
System Red Green Blue C M Y K H S L
Decimal 80 239 28 0.67 0 0.88 0.06 105.21 0.87 0.52
Hex 50 EF 1C 43 0 58 6 69 57 34
Octal 120 357 34 103 0 130 6 151 127 64
Binary 1010000 11101111 11100 1000011 0 1011000 110 1101001 1010111 110100

Color Harmonies of #50EF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EF1C

Black with #50EF1C

Text Example


Text Example

White with #50EF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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