Html Css Color HEX #50EF1F Harlequin

📋 copy color: '#50EF1F'

red 80 ◦ green 239 ◦ blue 31

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

Shades of Harlequin #50EF1F

Tints of Harlequin #50EF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.86%

R = 22.86%
G = 68.29%
B = 8.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#50EF1F (or 0x50EF1F) is known color: Harlequin. HEX triplet: 50, EF and 1F. RGB value is (80,239,31). Sum of RGB (Red+Green+Blue) = 80+239+31=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 239 (93.75% from 255 or 68.29% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EF1F is #AF10E0. Grayscale: #A8A8A8. Windows color (decimal): -11473121 or 2092880. OLE color: 2092880.

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

Color convert

RGB 80 239 31 -
CMYK 0.67 0 0.87 0.06
HSL 105.87º 0.87% 0.53% -
HSV(B) 105.87º 0.87% 0.94% -
XYZ 34.42 63.54 11.75 -
YUV 167.75 50.82 65.41 -
System Red Green Blue C M Y K H S L
Decimal 80 239 31 0.67 0 0.87 0.06 105.87 0.87 0.53
Hex 50 EF 1F 43 0 57 6 6A 57 35
Octal 120 357 37 103 0 127 6 152 127 65
Binary 1010000 11101111 11111 1000011 0 1010111 110 1101010 1010111 110101

Color Harmonies of #50EF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EF1F

Black with #50EF1F

Text Example


Text Example

White with #50EF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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